From 191c2c9347d918a159932b6094ca41067c65cdbc Mon Sep 17 00:00:00 2001 From: Marin Kitagawa <49131888+Marin-Kitagawa@users.noreply.github.com> Date: Mon, 17 Apr 2023 04:01:49 +0530 Subject: [PATCH] Update install.sh A very minor correction in `zsh` plugins --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ae292e4..0b7f111 100755 --- a/install.sh +++ b/install.sh @@ -60,7 +60,7 @@ fi # Install Zsh plugins [[ "${plugins[*]} " =~ "zsh-autosuggestions " ]] || git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions -[[ "${plugins[*]} " =~ "zsh-syntax-highlighting" ]] || git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting +[[ "${plugins[*]} " =~ "zsh-syntax-highlighting " ]] || git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting # Make Backup echo "Backing up the current configs. All the backeup files will be available at ~/.cozy.bak"