autojump 之 git本地安装
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了autojump 之 git本地安装相关的知识,希望对你有一定的参考价值。
1、克隆autojump的repo,Terminal下执行:
git clone git://github.com/joelthelion/autojump.git
然后进入clone下来的目录,执行安装脚本:
./install.python
在安装过程中,会在~/下建立.autojump文件夹
2、配置
在shell的配置文件.zshrc中添加如下配置信息
vim ~/.zshrc文件,添如下:
[[ -s /root/.autojump/etc/profile.d/autojump.sh ]] && source /root/.autojump/etc/profile.d/autojump.sh
source ~/.zshrc
配置完成
4、j 命令
j -s :显示数据库中的历史命令
以上是关于autojump 之 git本地安装的主要内容,如果未能解决你的问题,请参考以下文章