docs: revise changes on INSTALL.md

This commit is contained in:
Mario P. Cardenas 2021-08-22 14:48:22 -04:00
parent c34dd4a471
commit def4df4491

View File

@ -38,21 +38,19 @@ Second, enable zsh-syntax-highlighting by sourcing the script. Running this comm
* On most Linux distributions (except perhaps NixOS): * On most Linux distributions (except perhaps NixOS):
```zsh ```zsh
echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ${ZDOTDIR:-$HOME}/.zshrc echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
``` ```
* NetBSD and OpenBSD: * NetBSD and OpenBSD:
```zsh ```zsh
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
``` ```
* Mac OS X / Homebrew: * Mac OS X / Homebrew:
``` *Location of script to be sourced is unknown. If you know, please submit a documentation patch/issue.*
script location for source is unknown. If you do, please submit a documentation patch/issue.
```
Then restart zsh (such as by opening a new instance of your terminal emulator). Then restart zsh (such as by opening a new instance of your terminal emulator).