From 3bec520b0eee5ad5b90647c6083101c92f8a113a Mon Sep 17 00:00:00 2001 From: Graeme Christie Date: Tue, 3 Jun 2014 22:29:48 +0800 Subject: [PATCH] Fixed issue where ZPROFILE would not be set and zshrc not updated --- kvmsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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