From 2ecafa7451699033f894fd20ca529ab4cf8ea9ba Mon Sep 17 00:00:00 2001 From: Filippo Date: Fri, 1 Nov 2024 15:01:11 +0100 Subject: [PATCH] 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 --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 2e1286d..088729f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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