diff --git a/kvmsetup.sh b/kvmsetup.sh index a774efdb58..870ec93bf5 100644 --- a/kvmsetup.sh +++ b/kvmsetup.sh @@ -56,7 +56,7 @@ if [ -z "$PROFILE" ]; then fi fi -if [ -z "$PROFILE" ]; then +if [ -z "$ZPROFILE" ]; then if [ -f "$HOME/.zshrc" ]; then ZPROFILE="$HOME/.zshrc" fi