feat(zsh): add more zsh options
This commit is contained in:
parent
d67649eb02
commit
3a41934b16
@ -7,11 +7,13 @@ setopt INC_APPEND_HISTORY
|
|||||||
setopt SHARE_HISTORY
|
setopt SHARE_HISTORY
|
||||||
setopt EXTENDED_HISTORY
|
setopt EXTENDED_HISTORY
|
||||||
setopt HIST_FIND_NO_DUPS
|
setopt HIST_FIND_NO_DUPS
|
||||||
|
setopt AUTO_PARAM_SLASH
|
||||||
|
|
||||||
setopt EXTENDED_GLOB
|
setopt EXTENDED_GLOB
|
||||||
setopt NULL_GLOB
|
setopt NULL_GLOB
|
||||||
|
|
||||||
setopt AUTO_CD
|
setopt AUTO_CD
|
||||||
|
setopt AUTO_PUSHD
|
||||||
setopt CHASE_DOTS
|
setopt CHASE_DOTS
|
||||||
|
|
||||||
setopt HASH_CMDS
|
setopt HASH_CMDS
|
||||||
|
Loading…
Reference in New Issue
Block a user