From b3027e5e36c3a2ddf4b50378c86322cfcdcb9c02 Mon Sep 17 00:00:00 2001 From: TimSousa Date: Sun, 11 Feb 2024 04:46:10 +0000 Subject: [PATCH] missing manually adding to .zshrc --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 740b085..77536b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -65,6 +65,8 @@ Then restart zsh (such as by opening a new instance of your terminal emulator). * On most Linux distributions (except perhaps NixOS): `source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh` +* Arch Linux: +`source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh` * NetBSD and OpenBSD: `source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh`