ubuntu
1  | sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"  | 
进入autojump 的目录,cd autojump,执行
1  | python ./install.py  | 
最后其会有提示
vim ~/.zshrc 添加如下到 ~/.zshrc
1  | [[ -s /home/yinghong/.autojump/etc/profile.d/autojump.sh ]] && source /home/yinghong/.autojump/etc/profile.d/autojump.sh  | 
