bashrc: Check for more appropriate permissions on ~/.profile
This commit is contained in:
parent
6af0764ec3
commit
1e2ca5edc8
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user