mirror of
https://github.com/xxoommd/magic.git
synced 2025-05-22 05:02:42 +00:00
fix err
This commit is contained in:
parent
7ef7b7392c
commit
7c13cbb324
@ -181,7 +181,7 @@ function connect() {
|
|||||||
elif [[ -n "$ZSH_VERSION" ]]; then
|
elif [[ -n "$ZSH_VERSION" ]]; then
|
||||||
printf "$STR_ZSH Detected\n\n"
|
printf "$STR_ZSH Detected\n\n"
|
||||||
typeset -A servers
|
typeset -A servers
|
||||||
# setopt KSH_ARRAYS
|
setopt KSH_ARRAYS
|
||||||
else
|
else
|
||||||
echo -e "[${RED}Err${RESET_COLOR}] Running another shell. Only ${STR_BASH} or ${STR_ZSH} supported."
|
echo -e "[${RED}Err${RESET_COLOR}] Running another shell. Only ${STR_BASH} or ${STR_ZSH} supported."
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user