aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/setopt.zsh
blob: 1704722bd11874904b50ef6a611269ab213871a2 (plain)
1
2
3
4
5
6
7
8
9
typeset -A ZSH_HIGHLIGHT_STYLES
ZSH_HIGHLIGHT_STYLES[path]='fg=cyan'

HYPHEN_INSENSITIVE="true"
DISABLE_UPDATE_PROMPT="true"
DISABLE_AUTO_TITLE="true"
setopt HIST_IGNORE_ALL_DUPS
setopt NO_BEEP
setopt MENU_COMPLETE