[autojump]
/etc/ profile.d /autojump.sh:.:20: no such file or directory: /etc/profile.d/autojump.zsh
下载 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