From 7c85ee7bee202453964fc1170d570b45d4b45ca3 Mon Sep 17 00:00:00 2001 From: TimSousa Date: Sun, 11 Feb 2024 04:29:44 +0000 Subject: [PATCH] updated arch linux install instructions --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 2e1286d..740b085 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,6 +42,11 @@ Second, enable zsh-syntax-highlighting by sourcing the script. Running this comm echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc ``` +* Arch Linux: + ```zsh + echo "source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc + ``` + * NetBSD and OpenBSD: ```zsh