From 665d61ac499821a091210155572cdd70218f7951 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 30 May 2024 19:32:42 +0100 Subject: [PATCH] Fix install script --- scripts/install-omz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-omz.sh b/scripts/install-omz.sh index e83d7c3..a036d16 100755 --- a/scripts/install-omz.sh +++ b/scripts/install-omz.sh @@ -23,4 +23,4 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM: echo 'Installing auto-suggestions (2/2)...' git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions -echo 'Done. +echo 'Done.'