On 2016-03-31 07:56, Tanguy Ortolo wrote:
package autojump
tags 813708 moreinfo
thanks
Hello,
Simon Marchi, 2016-02-04 10:48-0500:
In /usr/share/doc/autojump/README.Debian, the path to add to .zshrc is
wrong. It should be:
. /usr/share/autojump/autojump.zsh
instead of
. /usr/share/autojump/autojump.sh
Well, not exactly. If you look at autojump.sh, you will see that,
depending on the shell you use, it sources autojump.bash,
autojump.zsh, autojump.fish or autojump.tcsh.
While directly sourcing autojump.zsh would work just fine, I find it
easier to have instructions as similar as possible for every shell.
Is there a good reason to change the instructions, for instance if the
current suggestion of sourcing autojump.sh does not work?
You are totally right, I didn't consider that possibility. Sorry about
the noise then.