mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
Play with the options
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
# setopt ALL_EXPORT
|
||||
|
||||
setopt ALWAYS_TO_END
|
||||
setopt APPEND_HISTORY
|
||||
setopt AUTONAMEDIRS
|
||||
setopt AUTO_PARAM_SLASH
|
||||
setopt AUTO_REMOVE_SLASH
|
||||
@ -10,9 +9,18 @@ setopt AUTO_RESUME
|
||||
unsetopt CDABLE_VARS
|
||||
setopt CORRECT
|
||||
setopt FUNCTION_ARGZERO
|
||||
|
||||
setopt APPEND_HISTORY
|
||||
setopt EXTENDED_HISTORY
|
||||
setopt HIST_FIND_NO_DUPS
|
||||
setopt HIST_IGNORE_ALL_DUPS
|
||||
setopt HIST_IGNORE_SPACE
|
||||
setopt HIST_NO_STORE
|
||||
setopt HIST_REDUCE_BLANKS
|
||||
setopt INC_APPEND_HISTORY
|
||||
setopt NO_HIST_BEEP
|
||||
# setopt SHARE_HISTORY
|
||||
|
||||
setopt LIST_TYPES
|
||||
setopt LONG_LIST_JOBS
|
||||
|
||||
|
Reference in New Issue
Block a user