- mollifier/cd-bookmark : https://github.com/mollifier/cd-bookmark
- よく使うディレクトリをブックマークする zsh のプラグイン - Qiita : http://qiita.com/mollifier/items/46b080f9a5ca9f29674e
$ mkdir -p $HOME/zsh/functions
$ cd $HOME/zsh/functions
$ git clone https://github.com/mollifier/cd-bookmark.git cd-bookmark
-a [BOOKMARK_ID] add current directory to bookmark with no BOOKMARK_ID, automatically use free ID number as BOOKMARK_ID
-c BOOKMARK_ID change directory which is identified by BOOKMARK_ID
-l list bookmark
-e edit bookmark file
-p BOOKMARK_ID display bookmark real path for BOOKMARK_ID
-h display this help and exit