mirror of https://github.com/akelge/zsh
Disable CLOBBER
This commit is contained in:
parent
f8ef49befc
commit
7f26e0b6c0
|
@ -24,13 +24,15 @@ setopt NO_HIST_BEEP
|
||||||
setopt LIST_TYPES
|
setopt LIST_TYPES
|
||||||
setopt LONG_LIST_JOBS
|
setopt LONG_LIST_JOBS
|
||||||
|
|
||||||
|
setopt no_CLOBBER
|
||||||
|
|
||||||
setopt no_BEEP
|
setopt no_BEEP
|
||||||
setopt no_HUP
|
setopt no_HUP
|
||||||
setopt NOTIFY
|
setopt NOTIFY
|
||||||
setopt PATH_DIRS
|
setopt PATH_DIRS
|
||||||
setopt SHORT_LOOPS
|
setopt SHORT_LOOPS
|
||||||
|
|
||||||
setopt prompt_subst
|
setopt PROMPT_SUBST
|
||||||
|
|
||||||
setopt AUTO_CD
|
setopt AUTO_CD
|
||||||
setopt AUTO_MENU
|
setopt AUTO_MENU
|
||||||
|
|
Loading…
Reference in New Issue