dotfiles/windows/bashrc

9 lines
233 B
Bash
Raw Normal View History

2016-04-23 18:16:23 +00:00
# For Windows setup
2017-03-23 01:21:59 +00:00
test -f ~/.aliases && . ~/.functions
test -f ~/.aliases && . ~/.aliases
2016-05-23 03:39:23 +00:00
# Unbreak broken, non-colored terminal
export TERM=xterm-256color
2017-03-27 18:30:58 +00:00
# Needed for mingw32
export PATH=$HOME/bin/:$HOME/.dotfiles/bin:$PATH
cd ~