Add LICENSE to README
This commit is contained in:
parent
48cec6a7eb
commit
9e06d01e69
|
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
[![crates.io][crates.io-badge]][crates.io]
|
[![crates.io][crates.io-badge]][crates.io]
|
||||||
[![Downloads][downloads-badge]][releases]
|
[![Downloads][downloads-badge]][releases]
|
||||||
|
[![License][license-badge]][license]
|
||||||
[![Built with Nix][builtwithnix-badge]][builtwithnix]
|
[![Built with Nix][builtwithnix-badge]][builtwithnix]
|
||||||
|
|
||||||
zoxide is a **smarter cd command**, inspired by z and autojump.
|
zoxide is a **smarter cd command**, inspired by z and autojump.
|
||||||
|
|
@ -243,8 +244,9 @@ Add this to your configuration (usually `~/.zshrc`):
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
For completions to work, the above line must be added _after_ `compinit` is
|
For completions to work, the above line must be added *after* `compinit` is
|
||||||
called. You may have to rebuild your cache by running `rm ~/.zcompdump*; compinit`.
|
called. You may have to rebuild your cache by running
|
||||||
|
`rm ~/.zcompdump*; compinit`.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
@ -388,6 +390,8 @@ They must be set before `zoxide init` is called.
|
||||||
[guru overlay]: https://github.com/gentoo-mirror/guru
|
[guru overlay]: https://github.com/gentoo-mirror/guru
|
||||||
[homebrew]: https://formulae.brew.sh/formula/zoxide
|
[homebrew]: https://formulae.brew.sh/formula/zoxide
|
||||||
[issues]: https://github.com/ajeetdsouza/zoxide/issues/new
|
[issues]: https://github.com/ajeetdsouza/zoxide/issues/new
|
||||||
|
[license-badge]: https://img.shields.io/github/license/ajeetdsouza/zoxide?color=lightgray&style=flat-square
|
||||||
|
[license]: https://github.com/ajeetdsouza/zoxide/blob/main/LICENSE
|
||||||
[linuxbrew]: https://formulae.brew.sh/formula-linux/zoxide
|
[linuxbrew]: https://formulae.brew.sh/formula-linux/zoxide
|
||||||
[macports]: https://ports.macports.org/port/zoxide/summary
|
[macports]: https://ports.macports.org/port/zoxide/summary
|
||||||
[neovim]: https://github.com/neovim/neovim
|
[neovim]: https://github.com/neovim/neovim
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue