Use source keyword to be more explicit.
This commit is contained in:
@@ -1119,7 +1119,7 @@
|
|||||||
alias try="loop "
|
alias try="loop "
|
||||||
source_shared: |
|
source_shared: |
|
||||||
if [ -f ~/.rc_shared ]; then
|
if [ -f ~/.rc_shared ]; then
|
||||||
. ~/.rc_shared
|
source ~/.rc_shared
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user