kshrc: Ignore not finding .profile

This commit is contained in:
Salt 2018-11-22 02:44:56 -06:00
parent 81c9757d2d
commit 68a3550882
1 changed files with 1 additions and 0 deletions

View File

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