LoginSignup
4
5

More than 5 years have passed since last update.

brewでautojumpをInstall

Last updated at Posted at 2015-09-18

インストール

command
brew install autojump

設定ファイルの設定

autojumpの設定を.bash_profileに設定

.bash_profile
# autojump setting
[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh

設定を反映

command
source ~/.bash_profile

autojumpの補完設定

リンクをコピーします。
コピーはroot権限がないと行えないので、
sudoコマンドを使用して実行しています。

command
sudo cp /usr/local/Cellar/autojump/21.3.0/share/zsh/site-functions/_j /usr/share/zsh/site-functions

※注意

パス内の/21.3.0/はautojumpのバージョンによって異なるので、
ダウンロードしたバージョンに合わせてパスを変更してください。

参考URL

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5