Add some osx env stuff

This commit is contained in:
2017-05-02 18:00:39 -04:00
parent 8dff5cba1b
commit 46ab492985
4 changed files with 16 additions and 16 deletions

View File

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