Fixed typo

This commit is contained in:
Graeme Christie 2014-05-26 00:48:36 +08:00
parent f2c4a0d39f
commit 6447439179
1 changed files with 1 additions and 1 deletions

View File

@ -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"