From 6935a2490247951973d5b4913623f62633ba9cb6 Mon Sep 17 00:00:00 2001 From: Maurice Lim Date: Thu, 7 Nov 2024 14:17:34 +0000 Subject: [PATCH] Replace zsh syntax highlighting plugin --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0930d51..cd85e48 100644 --- a/install.sh +++ b/install.sh @@ -86,7 +86,7 @@ common_user_install() { # Zsh Auto Suggestions [ -d "$ZDOTDIR/zsh-autosuggestions" ] || git clone -q --depth=1 https://github.com/zsh-users/zsh-autosuggestions "$ZDOTDIR/zsh-autosuggestions" # Zsh Syntax Highlighting - [ -d "$ZDOTDIR/zsh-syntax-highlighting" ] || git clone -q --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git "$ZDOTDIR/zsh-syntax-highlighting" + [ -d "$ZDOTDIR/fast-syntax-highlighting" ] || git clone -q --depth=1 https://github.com/zdharma-continuum/fast-syntax-highlighting.git "$ZDOTDIR/fast-syntax-highlighting" # fzf [ -d "$ZDOTDIR/fzf" ] || git clone -q --depth 1 https://github.com/junegunn/fzf.git "$ZDOTDIR/fzf" command -v fzf >/dev/null || "$ZDOTDIR/fzf/install" --xdg --no-update-rc --completion --key-bindings >/dev/null 2>&1