Compare commits
3 Commits
5892a1df0b
...
d3f3193d9c
| Author | SHA1 | Date |
|---|---|---|
|
|
d3f3193d9c | |
|
|
1d85c69261 | |
|
|
055c90f633 |
|
|
@ -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
|
'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.
|
# Not listed: -h, which has two different meanings.
|
||||||
'sudo' Cgprtu:AEHPSbilns:eKkVv # as of sudo 1.8.21p2
|
'sudo' Cgprtu:AEHPSbilns:eKkVv # as of sudo 1.8.21p2
|
||||||
|
'run0' ugD:h # systemd 256.6
|
||||||
'stdbuf' ioe:
|
'stdbuf' ioe:
|
||||||
'eatmydata' ''
|
'eatmydata' ''
|
||||||
'catchsegv' ''
|
'catchsegv' ''
|
||||||
|
|
@ -372,6 +373,7 @@ _zsh_highlight_highlighter_main_paint()
|
||||||
'grc' :se # grc - a "generic colouriser" (that's their spelling, not mine)
|
'grc' :se # grc - a "generic colouriser" (that's their spelling, not mine)
|
||||||
'cpulimit' elp:ivz # cpulimit 0.2
|
'cpulimit' elp:ivz # cpulimit 0.2
|
||||||
'ktrace' fgpt:aBCcdiT
|
'ktrace' fgpt:aBCcdiT
|
||||||
|
'caffeinate' tw:dimsu # as of macOS's caffeinate(8) dated November 9, 2012
|
||||||
)
|
)
|
||||||
# Commands that would need to skip one positional argument:
|
# Commands that would need to skip one positional argument:
|
||||||
# flock
|
# flock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue