Update windows bashrc

This commit is contained in:
Michael Campagnaro 2017-04-21 13:35:26 -04:00
parent 51e536af6d
commit b01ac2b235
2 changed files with 14 additions and 0 deletions

View File

@ -5,7 +5,16 @@ test -f ~/.aliases && . ~/.aliases
# Unbreak broken, non-colored terminal
export TERM=xterm-256color
# Don't use ^D to exit
set -o ignoreeof
# Needed for mingw32
export PATH=$HOME/bin/:$HOME/.dotfiles/bin:$PATH
# TMP and TEMP are defined in the Windows environment. Leaving them set to the default
# Windows temporary directory can have unexpected consequences.
export TMP=/tmp
export TEMP=/tmp
export TMPDIR=/tmp
cd ~

View File

@ -9,6 +9,11 @@
* ignore all zsh files
* don't symlink .vim folder because Plugged will fail to install the plugins. Just make a copy.
## Setting up Cygwin
* can create symlinks to dotfiles using the git bash shell. The cygwin home directory
is likely going to be `C:\cygwin\home\<username>`.
## Setting up Clojure
* Install Lein: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat