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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# local exports
|
||||||
|
[ -f $HOME/.bash_exports_local ] && source <($HOME/.bash_exports_local)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue