diff --git a/kvmsetup.sh b/kvmsetup.sh index 5321375ea3..82d6f6a3bd 100644 --- a/kvmsetup.sh +++ b/kvmsetup.sh @@ -40,6 +40,8 @@ echo if [ -z "$PROFILE" ]; then if [ -f "$HOME/.bash_profile" ]; then PROFILE="$HOME/.bash_profile" + if [ -f "$HOME/.bashrc" ]; then + PROFILE="$HOME/.bashrc" elif [ -f "$HOME/.zshrc" ]; then PROFILE="$HOME/.zshrc" elif [ -f "$HOME/.profile" ]; then