Merge 2ecafa7451
into 5eb677bb0f
This commit is contained in:
commit
33219a643a
|
@ -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
|
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:
|
* Mac OS X / Homebrew:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
|
|
Loading…
Reference in New Issue