bashrc: Ignore not finding .profile

This commit is contained in:
Salt 2018-11-22 02:44:26 -06:00
parent e6be305258
commit 81c9757d2d

View File

@ -8,6 +8,7 @@
# Source .profile
if [ -r ~/.profile ]; then
# shellcheck disable=1090
source ~/.profile
fi