mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-18 19:15:09 +00:00
Change install instructions
This commit is contained in:
parent
b817053f85
commit
21018d5847
@ -63,7 +63,7 @@ If you would rather not run a script, you can download the binary from the [Rele
|
|||||||
| --------------- | --------------------- | --------------------------------------------------------- |
|
| --------------- | --------------------- | --------------------------------------------------------- |
|
||||||
| **Any** | [crates.io] | `cargo install zoxide` |
|
| **Any** | [crates.io] | `cargo install zoxide` |
|
||||||
| **Any** | [Linuxbrew] | `brew install zoxide` |
|
| **Any** | [Linuxbrew] | `brew install zoxide` |
|
||||||
| Arch Linux | [AUR] | `yay -Sy zoxide` |
|
| Arch Linux | [AUR] | `yay -Sy zoxide-bin` |
|
||||||
| CentOS | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` |
|
| CentOS | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` |
|
||||||
| Debian Unstable | [Debian Packages] | `apt install zoxide` |
|
| Debian Unstable | [Debian Packages] | `apt install zoxide` |
|
||||||
| Fedora | [Fedora Packages] | `dnf install zoxide` |
|
| Fedora | [Fedora Packages] | `dnf install zoxide` |
|
||||||
@ -199,7 +199,7 @@ eval "$(zoxide init posix --hook prompt)"
|
|||||||
- `$_ZO_MAXAGE`: sets the maximum total age after which entries start getting deleted
|
- `$_ZO_MAXAGE`: sets the maximum total age after which entries start getting deleted
|
||||||
- `$_ZO_RESOLVE_SYMLINKS`: when set to `1`, `z add` will resolve symlinks.
|
- `$_ZO_RESOLVE_SYMLINKS`: when set to `1`, `z add` will resolve symlinks.
|
||||||
|
|
||||||
[AUR]: https://aur.archlinux.org/packages/zoxide
|
[AUR]: https://aur.archlinux.org/packages/zoxide-bin
|
||||||
[Copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/
|
[Copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/
|
||||||
[crates.io]: https://crates.io/crates/zoxide
|
[crates.io]: https://crates.io/crates/zoxide
|
||||||
[Debian Packages]: https://packages.debian.org/sid/zoxide
|
[Debian Packages]: https://packages.debian.org/sid/zoxide
|
||||||
|
Loading…
Reference in New Issue
Block a user