updated for ubuntu users

added .bashrc before .profile for ubuntu users
This commit is contained in:
Sarabadu 2013-12-09 10:58:19 -02:00
parent a6005dff8c
commit 2067f931cb

View File

@ -27,6 +27,8 @@ if [ ! -z "$1" ]; then
else
if [ -f "$HOME/.bash_profile" ]; then
PROFILE="$HOME/.bash_profile"
elif [ -f "$HOME/.bashrc" ]; then
PROFILE="$HOME/.bashrc"
elif [ -f "$HOME/.profile" ]; then
PROFILE="$HOME/.profile"
fi