Commit 010ecf4f authored by Jeffrey Chandler's avatar Jeffrey Chandler Committed by Robby Russell
Browse files

Added README file to the dirpersist plugin (#7274)

* Added README file to the dirpersist plugin

added additional details on how the plugin works.
parent 8db85db3
# Dirpersist plugin
This plugin keeps a running tally of the previous 20 unique directories in the $HOME/.zdirs file. When you cd to a new directory, it is prepended to the beginning of the file.
To use it, add `dirpersist` to the plugins array in your zshrc file:
```zsh
plugins=(... dirpersist)
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment