4d5bfe4c69
On M1-Macs homebrew uses /opt/homebrew as default location for ARM packages. This results in the autojump plugin not being able to find autojump after a clean default installation. This commit adds the new default location to the autojump plugin. |
||
---|---|---|
.. | ||
README.md | ||
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.