Source a private env in bashrc
This commit is contained in:
parent
62fc7a3133
commit
0d0bdde618
|
@ -1,6 +1,7 @@
|
||||||
# For Windows setup
|
# For Windows setup
|
||||||
test -f ~/.aliases && . ~/.functions
|
test -f ~/.aliases && . ~/.functions
|
||||||
test -f ~/.aliases && . ~/.aliases
|
test -f ~/.aliases && . ~/.aliases
|
||||||
|
test -f ~/.private-dotfiles/env && . ~/.private-dotfiles/env
|
||||||
|
|
||||||
# Unbreak broken, non-colored terminal
|
# Unbreak broken, non-colored terminal
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
|
Loading…
Reference in New Issue
Block a user