allow host-local environment variables
This commit is contained in:
parent
d4116f7976
commit
522fee7a1d
1 changed files with 3 additions and 0 deletions
|
@ -77,3 +77,6 @@ if [ "$TERM" != "dumb" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
# local exports
|
||||
[ -f $HOME/.bash_exports_local ] && source <($HOME/.bash_exports_local)
|
||||
|
||||
|
|
Loading…
Reference in a new issue