mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
6710fd588a
* fix(autojump): fix autojump sourcing in nix (-darwin) This plugin expects to source an sh/zsh file which sets up autojump, but that is not done when running Nix on macos using nix-darwin. Looking at the old value (/etc/profiles/per-user/$USER/bin/autojump), it points to a binary file instead of the setup script. * Use zsh file instead of sh |
||
---|---|---|
.. | ||
autojump.plugin.zsh | ||
README.md |
Autojump plugin
This plugin loads the autojump navigation tool.
To use it, add autojump
to the plugins array in your zshrc file:
plugins=(... autojump)
Note: you have to install autojump first.