mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
style fixes
This commit is contained in:
parent
aac5523629
commit
cddfc3b038
3 changed files with 3 additions and 6 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue