Compare commits
3 Commits
5d4adbe423
...
99c5547fa0
| Author | SHA1 | Date |
|---|---|---|
|
|
99c5547fa0 | |
|
|
1d85c69261 | |
|
|
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:
|
||||||
|
|
|
||||||
|
|
@ -372,6 +372,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