diff --git a/.bash_exports b/.bash_exports index f46cbb9..a1b0837 100644 --- a/.bash_exports +++ b/.bash_exports @@ -77,3 +77,6 @@ if [ "$TERM" != "dumb" ]; then fi fi +# local exports +[ -f $HOME/.bash_exports_local ] && source <($HOME/.bash_exports_local) +