Akagi201
3/3/2017 - 6:11 AM

[autojump]

[autojump]

autojump on zsh in centos

/etc/ profile.d /autojump.sh:.:20: no such file or directory: /etc/profile.d/autojump.zsh

solution

下载 autojump.zsh 到目录 /etc/profile.d/

wget https://raw.githubusercontent.com/joelthelion/autojump/master/bin/autojump.zsh -O /etc/profile.d/autojump.zsh

/etc/profile.d/autojump.zsh 里面的所有 -add 替换成 -a.

sed -i 's/--add/-a/g' /etc/profile.d/autojump.zsh