We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c4a0d commit 6447439Copy full SHA for 6447439
kvmsetup.sh
@@ -40,7 +40,7 @@ echo
40
if [ -z "$PROFILE" ]; then
41
if [ -f "$HOME/.bash_profile" ]; then
42
PROFILE="$HOME/.bash_profile"
43
- if [ -f "$HOME/.bashrc" ]; then
+ elif [ -f "$HOME/.bashrc" ]; then
44
PROFILE="$HOME/.bashrc"
45
elif [ -f "$HOME/.zshrc" ]; then
46
PROFILE="$HOME/.zshrc"
0 commit comments