Tuned down zsh highlighting
This commit is contained in:
parent
af5411f330
commit
999d1693d1
2 changed files with 22 additions and 41 deletions
|
|
@ -1,45 +1,25 @@
|
||||||
# Config for zsh-syntax-highlighting
|
ZSH_HIGHLIGHT_STYLES[default]=none
|
||||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
|
|
||||||
ZSH_HIGHLIGHT_STYLES[arg0]=fg=yellow
|
ZSH_HIGHLIGHT_STYLES[command]=fg=none
|
||||||
ZSH_HIGHLIGHT_STYLES[reserved-word]=fg=cyan,bold
|
ZSH_HIGHLIGHT_STYLES[arg0]=fg=none
|
||||||
ZSH_HIGHLIGHT_STYLES[suffix-alias]=fg=green,underline
|
ZSH_HIGHLIGHT_STYLES[precommand]=fg=none
|
||||||
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]=fg=white,dimmed
|
ZSH_HIGHLIGHT_STYLES[function]=fg=none
|
||||||
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]=fg=white,dimmed
|
ZSH_HIGHLIGHT_STYLES[alias]=fg=none
|
||||||
ZSH_HIGHLIGHT_STYLES[global-alias]=fg=magenta
|
|
||||||
ZSH_HIGHLIGHT_STYLES[precommand]=fg=cyan
|
ZSH_HIGHLIGHT_STYLES[unknown-token]=fg=008 # Bright black
|
||||||
ZSH_HIGHLIGHT_STYLES[commandseparator]=fg=blue,bold
|
ZSH_HIGHLIGHT_STYLES[reserved-word]=fg=green
|
||||||
ZSH_HIGHLIGHT_STYLES[globbing]=fg=blue,bold
|
ZSH_HIGHLIGHT_STYLES[builtin]=none
|
||||||
ZSH_HIGHLIGHT_STYLES[history-expansion]=fg=blue,bold
|
ZSH_HIGHLIGHT_STYLES[commandseparator]=none
|
||||||
ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter]=fg=magenta
|
ZSH_HIGHLIGHT_STYLES[hashed-command]=none
|
||||||
ZSH_HIGHLIGHT_STYLES[process-substitution-delimiter]=fg=magenta
|
ZSH_HIGHLIGHT_STYLES[path]=none
|
||||||
ZSH_HIGHLIGHT_STYLES[back-quoted-argument-delimiter]=fg=blue,bold
|
ZSH_HIGHLIGHT_STYLES[globbing]=none
|
||||||
|
ZSH_HIGHLIGHT_STYLES[history-expansion]=fg=blue
|
||||||
|
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]=none
|
||||||
|
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]=none
|
||||||
|
ZSH_HIGHLIGHT_STYLES[back-quoted-argument]=none
|
||||||
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]=fg=yellow
|
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]=fg=yellow
|
||||||
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]=fg=yellow
|
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]=fg=yellow
|
||||||
ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument]=fg=yellow
|
ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]=fg=cyan
|
||||||
ZSH_HIGHLIGHT_STYLES[rc-quote]=fg=magenta
|
ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]=fg=cyan
|
||||||
ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]=fg=magenta
|
|
||||||
ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]=fg=magenta
|
|
||||||
ZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]=fg=magenta
|
|
||||||
ZSH_HIGHLIGHT_STYLES[redirection]=fg=blue,bold
|
|
||||||
ZSH_HIGHLIGHT_STYLES[comment]=fg=black,bold
|
|
||||||
ZSH_HIGHLIGHT_STYLES[bracket-error]=fg=red,bold
|
|
||||||
ZSH_HIGHLIGHT_STYLES[bracket-level-1]=fg=blue,bold
|
|
||||||
ZSH_HIGHLIGHT_STYLES[bracket-level-2]=fg=green,bold
|
|
||||||
ZSH_HIGHLIGHT_STYLES[bracket-level-3]=fg=magenta,bold
|
|
||||||
ZSH_HIGHLIGHT_STYLES[bracket-level-4]=fg=yellow,bold
|
|
||||||
ZSH_HIGHLIGHT_STYLES[bracket-level-5]=fg=cyan,bold
|
|
||||||
ZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]=standout
|
|
||||||
|
|
||||||
# Unset styles
|
|
||||||
ZSH_HIGHLIGHT_STYLES[path]=none
|
|
||||||
ZSH_HIGHLIGHT_STYLES[assign]=none
|
ZSH_HIGHLIGHT_STYLES[assign]=none
|
||||||
ZSH_HIGHLIGHT_STYLES[default]=none
|
|
||||||
ZSH_HIGHLIGHT_STYLES[named-fd]=none
|
|
||||||
ZSH_HIGHLIGHT_STYLES[numeric-fd]=none
|
|
||||||
ZSH_HIGHLIGHT_STYLES[unknown-token]=none
|
|
||||||
ZSH_HIGHLIGHT_STYLES[back-quoted-argument]=none
|
|
||||||
ZSH_HIGHLIGHT_STYLES[command-substitution]=none
|
|
||||||
ZSH_HIGHLIGHT_STYLES[process-substitution]=none
|
|
||||||
ZSH_HIGHLIGHT_STYLES[path_pathseparator]=
|
|
||||||
ZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]=
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
|
||||||
# The rice repo
|
# The rice repo
|
||||||
alias config='git --git-dir $HOME/repos/dotfiles/ --work-tree=$HOME'
|
alias config='git --git-dir $HOME/repos/dotfiles/ --work-tree=$HOME'
|
||||||
|
|
||||||
|
alias sudo='sudo ' # Allow aliases to be passed to sudo
|
||||||
alias pypr='sh -c pypr'
|
alias pypr='sh -c pypr'
|
||||||
alias asciiquarium='asciiquarium -t'
|
alias asciiquarium='asciiquarium -t'
|
||||||
alias ll='ls -l'
|
alias ll='ls -l'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue