Merge pull request #3479 from faceleg/patch-1

Removing 'local' usage to prevent issue when installed with antigen
This commit is contained in:
Robby Russell 2015-02-10 11:20:52 -08:00
commit 52177162f7

View File

@ -5,7 +5,7 @@
# Flag indicating if we've previously jumped to last directory.
typeset -g ZSH_LAST_WORKING_DIRECTORY
mkdir -p $ZSH_CACHE_DIR
local cache_file="$ZSH_CACHE_DIR/last-working-dir"
cache_file="$ZSH_CACHE_DIR/last-working-dir"
# Updates the last directory once directory is changed.
function chpwd() {