zsh/zsh.d/00-options.zsh

39 lines
661 B
Bash

setopt ALWAYS_TO_END
setopt AUTONAMEDIRS
setopt AUTO_PARAM_SLASH
setopt AUTO_REMOVE_SLASH
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 LIST_TYPES
setopt LONG_LIST_JOBS
#setopt no_CLOBBER
setopt no_BEEP
setopt no_HUP
setopt NOTIFY
setopt PATH_DIRS
setopt SHORT_LOOPS
setopt PROMPT_SUBST
setopt AUTO_CD
setopt AUTO_MENU
setopt no_MENU_COMPLETE
setopt AUTO_LIST
# vim: set ts=4 sw=4 tw=0 ft=zsh :