1 2 3 4 5
mkdir ~/src cd ~/src git clone git://github.com/joelthelion/autojump.git cd autojump sudo ./install.sh
1
[[ -s /etc/profile.d/autojump.zsh ]] && . /etc/profile.d/autojump.zsh
autoload -U compinit && compinit -u
Comments
comments powered by Disqus