Please bear with us as we work to restore functionality to dotfiles.org.
xcezx
/.zsh/zsh-options
# ~/.zsh/zsh-options
setopt APPEND_HISTORY
setopt AUTO_CD
setopt AUTO_LIST
setopt AUTO_MENU
setopt AUTO_PARAM_KEYS
setopt AUTO_PARAM_SLASH
setopt AUTO_PUSHD
setopt AUTO_RESUME
setopt NO_BEEP
setopt BRACE_CCL
setopt EQUALS
setopt NO_FLOW_CONTROL
setopt EXTENDED_GLOB
setopt EXTENDED_HISTORY
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE
setopt HIST_NO_STORE
setopt HIST_REDUCE_BLANKS
setopt HIST_VERIFY
setopt NO_HUP
setopt IGNORE_EOF
setopt INTERACTIVE_COMMENTS
setopt LIST_PACKED
setopt LIST_ROWS_FIRST
setopt LIST_TYPES
setopt LONG_LIST_JOBS
setopt MAGIC_EQUAL_SUBST
setopt MARK_DIRS
setopt MULTIOS
setopt NUMERIC_GLOB_SORT
setopt PRINT_EIGHT_BIT
setopt PROMPT_CR
setopt PROMPT_SUBST
setopt PUSHD_IGNORE_DUPS
setopt RC_EXPAND_PARAM
setopt SHARE_HISTORY
setopt SHORT_LOOPS
setopt TRANSIENT_RPROMPT
# __END__