This commit is contained in:
Denis Cornehl 2012-12-03 02:14:14 -08:00
commit 6c1d43d2b1

View file

@ -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.