Source a private env in bashrc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user