Update INSTALL.md for Arch

if the package is installed through pacman, the .zsh path is /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
This commit is contained in:
Filippo 2024-11-01 15:01:11 +01:00 committed by GitHub
parent e0165eaa73
commit 2ecafa7451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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