From 443f8e3566581eac4bc3187c64405121c3a37401 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 22 Apr 2016 08:56:03 +0100 Subject: Put some variables for cygwin back in --- .bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 : -- cgit 1.4.1-2-gfad0 682c698'>this commit Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/functionaltests/functionaltests.c
blob: 5e8656b714fcda3226d8cbed7b0fd23ceb909314 (plain) (tree)
1
2
3
4
5
6
7
8
9