From 2f66564b00288224ad1e1fb5a0f2feb36a002d20 Mon Sep 17 00:00:00 2001 From: op Date: Sat, 1 Dec 2012 12:24:29 -0800 Subject: [PATCH] Added last-working-directory --- Plugins.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Plugins.md b/Plugins.md index 6c8d798..19c9b24 100644 --- a/Plugins.md +++ b/Plugins.md @@ -321,6 +321,13 @@ jira ABC-123 # Open issue in browser * knife - adds autocompletion to [knife](http://wiki.opscode.com/display/chef/Knife) +## last-working-dir +**Maintainer:** [op](https://github.com/op) + +Keeps track of the last used directory and automatically jumps to it for new shells. Similar to how many terminal emulators does it. + +* lwd - jump to last working directory (automatically called for new shells) + ## lein **Maintainer:** [robbyrussell][robbyrussell]