From 1e2ca5edc84f1673c9b7a02f2b19b155f3dbcbb2 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 8 Aug 2018 16:55:48 -0500 Subject: [PATCH] bashrc: Check for more appropriate permissions on ~/.profile --- shrc/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrc/bashrc b/shrc/bashrc index 585e1bb..2ef8ac4 100755 --- a/shrc/bashrc +++ b/shrc/bashrc @@ -17,7 +17,7 @@ fi source /etc/profile # Source .profile -if [ -f ~/.profile ]; then +if [ -r ~/.profile ]; then source ~/.profile fi