From 7c13cbb3246605549e346e3594ecb4c696a160e0 Mon Sep 17 00:00:00 2001 From: xxoommd Date: Thu, 8 May 2025 13:14:54 +0800 Subject: [PATCH] fix err --- profiles/win/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/win/profile b/profiles/win/profile index b44acae..85e884a 100644 --- a/profiles/win/profile +++ b/profiles/win/profile @@ -181,7 +181,7 @@ function connect() { elif [[ -n "$ZSH_VERSION" ]]; then printf "$STR_ZSH Detected\n\n" typeset -A servers - # setopt KSH_ARRAYS + setopt KSH_ARRAYS else echo -e "[${RED}Err${RESET_COLOR}] Running another shell. Only ${STR_BASH} or ${STR_ZSH} supported." return