Use source keyword to be more explicit.

This commit is contained in:
2026-03-28 13:24:23 -07:00
parent 09aec0e5d0
commit b1a0586df7

View File

@@ -9,7 +9,7 @@ if [[ -e ~/.env ]]; then
fi fi
if [ -f ~/.rc_shared ]; then if [ -f ~/.rc_shared ]; then
. ~/.rc_shared source ~/.rc_shared
fi fi
# PS1 # PS1