This commit is contained in:
Christian Hoener zu Siederdissen 2015-03-24 01:26:54 +01:00
commit 7ae7db7d16
89 changed files with 2558 additions and 461 deletions

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() {