itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐

Home Page:https://itgoyo.github.io/500Days-Of-Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu install autojump

itgoyo opened this issue · comments

安装 autojump

apt-get install autojump

以普通用户身份执行

source /usr/share/autojump/autojump.sh on startup

执行下面的命令让 autojump 在 BASH shell 中永久生效

echo '. /usr/share/autojump/autojump.sh'>>~/.bashrc