aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/setopt.zsh
blob: df15355bc69285896047a2e38a0610554e02e90e (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