mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Make cd act as pushd
This commit is contained in:
parent
dfcf61c1d9
commit
9c1f8348ff
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue