1
0
mirror of https://github.com/akelge/vim synced 2025-08-16 07:48:35 +00:00
Files
vim/zsh/zsh.d/00-options
2011-04-13 14:13:13 +00:00

25 lines
457 B
Plaintext

setopt ALWAYS_TO_END
setopt APPEND_HISTORY
setopt AUTONAMEDIRS
setopt AUTO_PARAM_SLASH
setopt AUTO_REMOVE_SLASH
setopt AUTO_RESUME
setopt CDABLE_VARS
setopt CORRECT
setopt FUNCTION_ARGZERO
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_NO_STORE
setopt HIST_REDUCE_BLANKS
setopt LIST_TYPES
setopt LONG_LIST_JOBS
setopt no_BEEP
setopt no_HUP
setopt NOTIFY
setopt PATH_DIRS
setopt SHORT_LOOPS
setopt AUTO_CD
setopt AUTO_MENU
setopt no_MENU_COMPLETE
setopt AUTO_LIST