Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dmidlo/f8825c96ae49313e331f7fa73e6b1ff7 to your computer and use it in GitHub Desktop.
Save dmidlo/f8825c96ae49313e331f7fa73e6b1ff7 to your computer and use it in GitHub Desktop.
###### Zsh-Syntax-Highlighting Settings
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)
ZSH_HIGHLIGHT_STYLES[cursor]='bold'
ZSH_HIGHLIGHT_STYLES[alias]='fg=green,bold'
ZSH_HIGHLIGHT_STYLES[suffix-alias]='fg=green,bold'
ZSH_HIGHLIGHT_STYLES[builtin]='fg=green,bold'
ZSH_HIGHLIGHT_STYLES[function]='fg=green,bold'
ZSH_HIGHLIGHT_STYLES[command]='fg=green,bold'
ZSH_HIGHLIGHT_STYLES[precommand]='fg=green,bold'
ZSH_HIGHLIGHT_STYLES[hashed-command]='fg=green,bold'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment