diff --git a/windows/bashrc b/windows/bashrc index cab9589..e7c8b4a 100644 --- a/windows/bashrc +++ b/windows/bashrc @@ -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 ~ diff --git a/zshenv b/zshenv index 7c76fc6..66c91bd 100644 --- a/zshenv +++ b/zshenv @@ -35,8 +35,6 @@ if [[ $platform == 'Linux' ]]; then export LOLCOMMITS_DIR="/shared/Dev/lolcommits" fi -# TODO setup a .personal-files bin directory and soft link contents to /usr/bin during setup - #export PATH=/usr/local/sbin:/usr/local/bin:${PATH} path=($HOME/bin $HOME/.dotfiles/bin ${ANSIBLE_DIR}/bin ${RBENV_PATH}/bin $HOME/.vim/scripts $path)