bashでautojumpを使う

May 24, 2014

install

$ git clone git://github.com/joelthelion/autojump.git
$ cd autojump
$ ./install.py

.bashrc追記

$ vim $HOME/.bashrc

[[ -s /root/.autojump/etc/profile.d/autojump.sh ]] && source /root/.autojump/etc/profile.d/autojump.sh
$ source $HOME/.bashrc

how to use

$ j 文字列

文字列を入れたのち、TABキーを押すと今までにたどったcdの履歴からサジェストしてくれる。



Recent blog posts



(c) Copyright 2023 Kotaro Yoshimatsu