Source a private env in bashrc

This commit is contained in:
Michael Campagnaro 2017-04-25 12:01:34 -04:00
parent 62fc7a3133
commit 0d0bdde618

View File

@ -1,6 +1,7 @@
# For Windows setup
test -f ~/.aliases && . ~/.functions
test -f ~/.aliases && . ~/.aliases
test -f ~/.private-dotfiles/env && . ~/.private-dotfiles/env
# Unbreak broken, non-colored terminal
export TERM=xterm-256color