Color only the dangerous commands pattern
This commit is contained in:
parent
93970a9ef0
commit
69c56fa06f
4
zshrc
4
zshrc
|
@ -2508,8 +2508,8 @@ fi
|
|||
### the double quotation marks
|
||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(regexp main brackets pattern)
|
||||
### Dangerous commands
|
||||
ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=white,bold,bg=red')
|
||||
ZSH_HIGHLIGHT_PATTERNS+=('sudo*' 'fg=white,bold,bg=red')
|
||||
ZSH_HIGHLIGHT_PATTERNS+=('rm -rf ' 'fg=white,bold,bg=black')
|
||||
ZSH_HIGHLIGHT_PATTERNS+=('sudo ' 'fg=white,bold,bg=red')
|
||||
### CLI
|
||||
ZSH_HIGHLIGHT_REGEXP+=('\ \-[^- ]+' 'fg=202') # short args in orange (-l)
|
||||
ZSH_HIGHLIGHT_REGEXP+=('\ \--[^ ]+' 'fg=214') # long args in light orange (--all)
|
||||
|
|
Loading…
Reference in New Issue