Add comment for the sourcing of a local bashrc.
This commit is contained in:
parent
ed51725a6e
commit
83f52531f9
4
.bashrc
4
.bashrc
|
@ -122,4 +122,8 @@ if [ -x /usr/local/bin/brew ]; then
|
||||||
fi
|
fi
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#--------------------------------------------------------------------------------
|
||||||
|
# Run local .bashrc for any local-only commands
|
||||||
|
#--------------------------------------------------------------------------------
|
||||||
[ -f ~/.bashrc_local ] && source ~/.bashrc_local
|
[ -f ~/.bashrc_local ] && source ~/.bashrc_local
|
||||||
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue