dotfiles/windows/bashrc

7 lines
129 B
Bash
Raw Normal View History

2016-04-23 18:16:23 +00:00
# For Windows setup
source ~/.functions
source ~/.aliases
2016-05-23 03:39:23 +00:00
# Unbreak broken, non-colored terminal
export TERM=xterm-256color
cd ~