1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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

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