Autojump Installation

Autojump is a faster way to ‘cd’ to the specific dir directly.

Installation

git clone https://github.com/joelthelion/autojump.git
python install.py
it will tell you what command you should add in /.bashrc
source ~/.bashrc

use

j abc

abc is the name of dir

why

autojump creates a database storing common dir with their weights.

j –stat

can find their weights

你可能感兴趣的:(Autojump Installation)