From e330d03816f0abe2ca3f0d9cddf203557ecbfe85 Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Thu, 27 May 2021 16:46:37 +0300 Subject: [PATCH] added "-i" for suggested zsh invocation --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 1fe3725..8437632 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -131,7 +131,7 @@ if [[ -n "${BASH_VERSION}" && -n "${ZSH_VERSION}" ]]; then echo "The script cannot determine if it is executed on bash or zsh." echo "Please explicitly execute the script on the same shell as the interactive shell," echo -e "for example, for zsh:\n" - echo " ${highlight_color}zsh macos-guest-virtualbox.sh${default_color}" + echo " ${highlight_color}zsh -i macos-guest-virtualbox.sh${default_color}" exit elif [[ -n "${BASH_VERSION}" ]]; then if [[ ! ( "${BASH_VERSION:0:1}" -ge 5