mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 10:19:51 +00:00
style fixes
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user