From a80a0387e05186af80d79b99ed828496df7e11f8 Mon Sep 17 00:00:00 2001 From: Erin Date: Wed, 18 Jan 2023 15:25:59 -0500 Subject: [PATCH] better prompt texts --- zsh/.config/zsh/config.d/40_highlighting.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.config/zsh/config.d/40_highlighting.zsh b/zsh/.config/zsh/config.d/40_highlighting.zsh index cc533b4..69a3bcb 100644 --- a/zsh/.config/zsh/config.d/40_highlighting.zsh +++ b/zsh/.config/zsh/config.d/40_highlighting.zsh @@ -29,8 +29,7 @@ if [ ! -e "$nohighlightfile" ]; then load_highlight else # if it isn't found, offer to clone it automatically - echo "zsh-syntax-highlighting not found." - if confirm "Clone from git into $targetdir?"; then + if confirm "zsh-syntax-highlighting not found, clone into ~/src?"; then mkdir -p "$targetdir" git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$targetdir" load_highlight