bashrc: Check for more appropriate permissions on ~/.profile
This commit is contained in:
@@ -17,7 +17,7 @@ fi
|
|||||||
source /etc/profile
|
source /etc/profile
|
||||||
|
|
||||||
# Source .profile
|
# Source .profile
|
||||||
if [ -f ~/.profile ]; then
|
if [ -r ~/.profile ]; then
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user