allow host-local environment variables

This commit is contained in:
Daniel Lundin 2017-06-13 09:24:43 +02:00
parent d4116f7976
commit 522fee7a1d

View file

@ -77,3 +77,6 @@ if [ "$TERM" != "dumb" ]; then
fi
fi
# local exports
[ -f $HOME/.bash_exports_local ] && source <($HOME/.bash_exports_local)