kshrc: Ignore not finding .profile
This commit is contained in:
parent
81c9757d2d
commit
68a3550882
@ -8,5 +8,6 @@
|
||||
|
||||
# Source .profile
|
||||
if [ -r ~/.profile ]; then
|
||||
# shellcheck disable=1090
|
||||
. ~/.profile
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user