mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-25 00:17:17 +00:00
added pattern to zshrc
This commit is contained in:
parent
0e22c7a5c0
commit
cb9693f422
2
zshrc
2
zshrc
@ -44,7 +44,7 @@ ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='fg=blue'
|
|||||||
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=yellow,underline'
|
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=yellow,underline'
|
||||||
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=yellow'
|
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=yellow'
|
||||||
# pattern
|
# pattern
|
||||||
#ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=white,bold,bg=red')
|
ZSH_HIGHLIGHT_PATTERNS+=('\~b/rm' 'fg=green')
|
||||||
# root
|
# root
|
||||||
#ZSH_HIGHLIGHT_STYLES[root]='bg=red'
|
#ZSH_HIGHLIGHT_STYLES[root]='bg=red'
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='fg=blue'
|
|||||||
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=yellow,underline'
|
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=yellow,underline'
|
||||||
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=yellow'
|
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=yellow'
|
||||||
# pattern
|
# pattern
|
||||||
#ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=white,bold,bg=red')
|
ZSH_HIGHLIGHT_PATTERNS+=('\~b/rm' 'fg=green')
|
||||||
# root
|
# root
|
||||||
#ZSH_HIGHLIGHT_STYLES[root]='bg=red'
|
#ZSH_HIGHLIGHT_STYLES[root]='bg=red'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user