Make cd act as pushd

This commit is contained in:
ItsDrike 2021-08-06 02:11:37 +02:00
parent dfcf61c1d9
commit 9c1f8348ff
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -9,6 +9,7 @@ setopt interactivecomments # allow comments in interactive mode
setopt magicequalsubst # enable filename expansion for arguments of form `x=expression` setopt magicequalsubst # enable filename expansion for arguments of form `x=expression`
setopt notify # report the status of background jobs immediately setopt notify # report the status of background jobs immediately
setopt numericglobsort # sort filenames numerically when it makes sense setopt numericglobsort # sort filenames numerically when it makes sense
setopt auto_pushd # Make cd act as pushd
#setopt correct_all # autocorrect commands #setopt correct_all # autocorrect commands
# oh-my-zsh configuration (DISABLED by default, if you want oh-my-zsh, uncomment these) # oh-my-zsh configuration (DISABLED by default, if you want oh-my-zsh, uncomment these)