diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc index 15e24e6..7bb1557 100644 --- a/.bashrc +++ b/.bashrc @@ -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 : |