Zsh でautojump
zshでautojumpが非常に便利だということを知った。
1
|
|
でインストール
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -f `brew --prefix`/etc/autojump ]; then | |
. `brew --prefix`/etc/autojump | |
fi |
を.zshrcに追記
1
|
|
で補完。
参考