Update files to reflect new source locations.
Existing users upgrading must note the new autojump.sh location
and modify ~/.bash_profile or ~/.zshrc appropriately as mentioned
in the caveat message.
FixesHomebrew/homebrew#15797.
ClosesHomebrew/homebrew#15793.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
`_autojump` needs to be installed into `share/zsh/site-functions`
not `share/zsh/functions`.
Files in `share/zsh/functions` must not change unless zsh is
upgraded and zsh is restarted. `site-functions` can change during a zsh
process's lifetime.
This will enable homebrew's zsh to automatically use the completion.
See issue Homebrew/homebrew#11936 for details.
ClosesHomebrew/homebrew#11942.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This formula has not been tracking Autojump's install process, and there are
separate installs for Bash and Zsh.
Redacting this formulat at this time, since it can be installed using the
project's own install files depending on which shell the user prefers.