]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/autojump/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / autojump / README.md
1 # Autojump plugin
2
3 This plugin loads the [autojump navigation tool](https://github.com/wting/autojump).
4
5 To use it, add `autojump` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... autojump)
9 ```
10
11 **Note:** you have to [install autojump](https://github.com/wting/autojump#installation) first.