aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/setopt.zsh
blob: 8c173e5561996228f0b540d1b9f4628062ce6b51 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env zsh

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