style fixes

This commit is contained in:
xiao.fan
2015-08-04 15:07:47 -07:00
parent aac5523629
commit cddfc3b038
3 changed files with 3 additions and 6 deletions

View File

@@ -8,8 +8,7 @@ mkdir -p $ZSH_CACHE_DIR
cache_file="$ZSH_CACHE_DIR/last-working-dir"
# Updates the last directory once directory is changed.
typeset -ga chpwd_functions
chpwd_functions+='chpwd_last_working_dir'
chpwd_functions+=(chpwd_last_working_dir)
function chpwd_last_working_dir() {
# Use >| in case noclobber is set to avoid "file exists" error
pwd >| "$cache_file"