Compare commits
3 Commits
c7ec25a0e3
...
a42b7e0f3b
| Author | SHA1 | Date |
|---|---|---|
|
|
a42b7e0f3b | |
|
|
c4d9559184 | |
|
|
acfe8e4aaa |
|
|
@ -59,7 +59,7 @@
|
|||
: ${ZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]:=fg=cyan}
|
||||
: ${ZSH_HIGHLIGHT_STYLES[assign]:=none}
|
||||
: ${ZSH_HIGHLIGHT_STYLES[redirection]:=fg=yellow}
|
||||
: ${ZSH_HIGHLIGHT_STYLES[comment]:=fg=black,bold}
|
||||
: ${ZSH_HIGHLIGHT_STYLES[comment]:=fg=245,bold}
|
||||
: ${ZSH_HIGHLIGHT_STYLES[named-fd]:=none}
|
||||
: ${ZSH_HIGHLIGHT_STYLES[numeric-fd]:=none}
|
||||
: ${ZSH_HIGHLIGHT_STYLES[arg0]:=fg=green}
|
||||
|
|
@ -354,6 +354,7 @@ _zsh_highlight_highlighter_main_paint()
|
|||
'pkexec' '' # doesn't take short options; immune to #121 because it's usually not passed --option flags
|
||||
# Not listed: -h, which has two different meanings.
|
||||
'sudo' Cgprtu:AEHPSbilns:eKkVv # as of sudo 1.8.21p2
|
||||
'run0' ugD:h # systemd 256.6
|
||||
'stdbuf' ioe:
|
||||
'eatmydata' ''
|
||||
'catchsegv' ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue