サーバーとMacで共通のzsh用dotfilesを使っているのだが割とうまくいった。zshとautojumpの連携は、zshのプラグインマネージャのantigenを使った。
j がaliasとして使われるので、jのaliasを変更しておく。
autojumpのインストール
Mac
brew install autojump
Ubuntu
sudo apt-get install autojump
dotfilesの設定
自分のdotfilesリポジトリにantigenをsubmoduleとして追加
cd dev/dotfiles git submodule add https://github.com/zsh-users/antigen.git antigen git submodule init git submodule update
.zshrcからantigenを呼び出し
~/.zshrc
source ~/dev/dotfiles/antigen/antigen.zsh antigen-lib antigen-bundle autojump antigen-apply
j がaliasとして使われるので、jのaliasを変更しておく。