From fb9b336682941b049d908a332d73d55f3d72651b Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 20 Feb 2026 10:55:11 +0900 Subject: modified zsh/scripts.zsh --- ar/.config/zsh/scripts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar/.config/zsh/scripts.zsh b/ar/.config/zsh/scripts.zsh index d70522d..082e11f 100644 --- a/ar/.config/zsh/scripts.zsh +++ b/ar/.config/zsh/scripts.zsh @@ -569,7 +569,7 @@ function change_nvim_config_dir() { echo "$config_path" # Clear existing configurations if confirmed by the user - echo -n "This will overwrite existing configurations. Continue? (y/n) " + echo -n "This will overwrite existing configurations. Continue? (y/N) " read reply if [[ $reply =~ ^[Yy]$ ]]; then echo "Clearing existing Neovim configurations..." -- cgit v1.2.3