Compare commits
3 Commits
99c5547fa0
...
5235abd525
| Author | SHA1 | Date |
|---|---|---|
|
|
5235abd525 | |
|
|
c4d9559184 | |
|
|
7f7fdb6fc3 |
|
|
@ -107,12 +107,6 @@ This list is incomplete as there are too many
|
||||||
Add `antigen bundle zsh-users/zsh-syntax-highlighting` as the last bundle in
|
Add `antigen bundle zsh-users/zsh-syntax-highlighting` as the last bundle in
|
||||||
your `.zshrc`.
|
your `.zshrc`.
|
||||||
|
|
||||||
#### [Fig](https://fig.io)
|
|
||||||
|
|
||||||
Click the `Install Plugin` button on the [Fig plugin page][fig-plugin].
|
|
||||||
|
|
||||||
[fig-plugin]: https://fig.io/plugins/other/zsh-syntax-highlighting
|
|
||||||
|
|
||||||
#### [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
|
#### [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
|
||||||
|
|
||||||
1. Clone this repository in oh-my-zsh's plugins directory:
|
1. Clone this repository in oh-my-zsh's plugins directory:
|
||||||
|
|
|
||||||
|
|
@ -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' ''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue