cdでの移動を効率的にする zsh使いなら効率改善のため知っておきたいAUTOJUMP - Glide Note - グライドノート を見ていまして、homebrewでも入れれるなら自分はhomebrewで入れたいな。と思いました。 細かい部分は上記のページを見ていただくとして、どうするのか。 brew install autojump で簡単にインストールは出来ます。 その際に、 Add the following lines to your ~/.bash_profile or ~/.zshrc file (and remember to source the file to update your current session): if [ -f `brew --prefix`/etc/autojump ]; then . `brew --prefix`/etc/autojump