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