Compare commits
3 Commits
c3f4f3fe61
...
58b26ca5a2
| Author | SHA1 | Date |
|---|---|---|
|
|
58b26ca5a2 | |
|
|
c4d9559184 | |
|
|
2ecafa7451 |
|
|
@ -48,6 +48,12 @@ Second, enable zsh-syntax-highlighting by sourcing the script. Running this comm
|
|||
echo "source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
|
||||
```
|
||||
|
||||
* Arch:
|
||||
|
||||
```zsh
|
||||
echo "source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
|
||||
```
|
||||
|
||||
* Mac OS X / Homebrew:
|
||||
|
||||
```zsh
|
||||
|
|
|
|||
|
|
@ -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