diff options
author | Robby Russell <robby@planetargon.com> | 2012-12-04 06:36:08 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-12-04 06:36:08 -0800 |
commit | 63deae380cece1abe4634e68a3e0df817b152da4 (patch) | |
tree | beec568b6faf6575c42faf8151c4270a03c3c1a0 /plugins/last-working-dir | |
parent | 868a5138f619f4d35588ba01b8b3340a4086b4ea (diff) | |
parent | 3199d2ed8d70dc45911f34dd7c2ec4b702db3b28 (diff) | |
download | zsh-63deae380cece1abe4634e68a3e0df817b152da4.tar.gz zsh-63deae380cece1abe4634e68a3e0df817b152da4.tar.bz2 zsh-63deae380cece1abe4634e68a3e0df817b152da4.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/last-working-dir')
-rw-r--r-- | plugins/last-working-dir/last-working-dir.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/last-working-dir/last-working-dir.plugin.zsh b/plugins/last-working-dir/last-working-dir.plugin.zsh index 5b3121d11..190bc279d 100644 --- a/plugins/last-working-dir/last-working-dir.plugin.zsh +++ b/plugins/last-working-dir/last-working-dir.plugin.zsh @@ -4,6 +4,7 @@ # Flag indicating if we've previously jumped to last directory. typeset -g ZSH_LAST_WORKING_DIRECTORY +mkdir -p "$ZSH/cache" local cache_file="$ZSH/cache/last-working-dir" # Updates the last directory once directory is changed. |