bashrc: Check for more appropriate permissions on ~/.profile

This commit is contained in:
Salt 2018-08-08 16:55:48 -05:00
parent 6af0764ec3
commit 1e2ca5edc8

View File

@ -17,7 +17,7 @@ fi
source /etc/profile
# Source .profile
if [ -f ~/.profile ]; then
if [ -r ~/.profile ]; then
source ~/.profile
fi