Fixed typo
This commit is contained in:
parent
f2c4a0d39f
commit
6447439179
|
|
@ -40,7 +40,7 @@ echo
|
|||
if [ -z "$PROFILE" ]; then
|
||||
if [ -f "$HOME/.bash_profile" ]; then
|
||||
PROFILE="$HOME/.bash_profile"
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
elif [ -f "$HOME/.bashrc" ]; then
|
||||
PROFILE="$HOME/.bashrc"
|
||||
elif [ -f "$HOME/.zshrc" ]; then
|
||||
PROFILE="$HOME/.zshrc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue