From 9813f2435acd7a97dfbe5e128e32764f69b0bedf Mon Sep 17 00:00:00 2001 From: Antu Acharjee <35660520+iamantu93@users.noreply.github.com> Date: Fri, 23 Nov 2018 15:34:37 +0600 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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