diff --git a/Plugins.md b/Plugins.md index 4e38de7..72ac2fe 100644 --- a/Plugins.md +++ b/Plugins.md @@ -145,6 +145,7 @@ Below is a list of bundled plugins - [yum](#yum) - [zeus](#zeus) - [wd](#wd) +- [z](#z) ## apache2-macports @@ -1878,4 +1879,15 @@ wd show ###### _List all warp points (stored in `~/.warprc`):_ ``` wd list -``` \ No newline at end of file +``` +##z +Change directory based on history +for example if you previously used +``` +cd ~/.oh-my-zsh/plugins +``` +Then using +``` +z plug +``` +Will move you to ~/.oh-my-zsh/plugins directory \ No newline at end of file