Dugan Chen's Homepage

Various Things

The Simplest Autojump Implementation for Zsh

This is the simplest autojump implementation for Zsh: As you can see, all it does is set up “cdr’, which is included with Zsh (see the “zshcontrib” manpage) and alias it to “j”, which is the command that would be installed by autojump. Now, when you “cd” around, Zsh keeps the history and allows you […]