Formatting

This commit is contained in:
2017-04-07 12:08:45 -04:00
parent 89f02077f6
commit 51e536af6d
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
# For Windows setup
test -f ~/.aliases && . ~/.functions
test -f ~/.aliases && . ~/.aliases
# Unbreak broken, non-colored terminal
export TERM=xterm-256color
# Needed for mingw32
export PATH=$HOME/bin/:$HOME/.dotfiles/bin:$PATH
cd ~