Added .bashrc to list of profile files checked
This commit is contained in:
parent
c4b07280b6
commit
f2c4a0d39f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue