Put some variables for cygwin back in

This commit is contained in:
David Morgan 2016-04-22 08:56:03 +01:00
parent af37644653
commit 443f8e3566
1 changed files with 11 additions and 0 deletions

11
.bashrc
View File

@ -521,6 +521,17 @@ function count_urls()
#pgrep -f ecs || screen -S ecs -d -m ssh -X -R 6728:localhost:22221 m04dm@booth1.ecs.ox.ac.uk
#pgrep -f crow || screen -S crow -d -m ssh -X -D 8080 wadh2045@crow.linux.ox.ac.uk
# cygwin
if [[ "x$OS" == "xWindows_NT" ]]; then
export nodosfilewarning=1
export C=/cygdrive/c
export WIN_HOME=$C/Users/davidmo
# eclipse :(
[[ -d $WIN_HOME/workspaces ]] && export WORKSPACES=$WIN_HOME/workspaces
fi
true
# vim: set et ts=4 tw=120 :