ohmyzsh/plugins/autojump
Ennio Mara 6710fd588a
fix(autojump): fix autojump sourcing in nix (-darwin) (#11422)
* 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
2023-01-02 21:32:45 +01:00
..
autojump.plugin.zsh fix(autojump): fix autojump sourcing in nix (-darwin) (#11422) 2023-01-02 21:32:45 +01:00
README.md autojump: clarify need to install it first 2020-04-22 12:01:30 +02:00

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.