]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/dirpersist/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / dirpersist / README.md
1 # Dirpersist plugin
2
3 This plugin keeps a running tally of the previous 20 unique directories in the `$HOME/.zdirs` file.
4 When you cd to a new directory, it is prepended to the beginning of the file.
5
6 To use it, add `dirpersist` to the plugins array in your zshrc file:
7
8 ```zsh
9 plugins=(... dirpersist)
10 ```