style fixes

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

View file

@ -49,8 +49,7 @@ function push_future() {
}
# Called by zsh when directory changes
typeset -ga chpwd_functions
chpwd_functions+='chpwd_dirhistory'
chpwd_functions+=(chpwd_dirhistory)
function chpwd_dirhistory() {
push_past $PWD
# If DIRHISTORY_CD is not set...