trying again; was only getting the link for feisty meow code.
[feisty_meow.git] / examples / custom_overrides / fred / fred_variables.sh
index 5abc72239a3a9735d44c4793fcf3ce73e1d3d44e..8ec35cfb3d92761f8fa5c6e1d0b358487833e6b2 100644 (file)
@@ -1,7 +1,7 @@
 
 # these are my personal overrides.  --fred.
 
-if [ -z "$NETHACKOPTIONS" ]; then
+if [ -z "$NETHACKOPTIONS" ]; then
   # if we don't see the nethack variable defined, this probably hasn't run yet.
 
   # The quartz directory has *really* personalized items.
@@ -16,7 +16,7 @@ if [ ! -z "$NETHACKOPTIONS" ]; then
   # add a bunch of folders to the list for checkin & checkout.  these are
   # definitely personal, and some of them are fairly dated (the yeti and
   # hoople folders, for example).
-  REPOSITORY_LIST+=" cloud gamesave hoople hoople1 hoople2 quartz web yeti xsede/xsede_tests xsede/code/cak0l/trunk"
+  REPOSITORY_LIST+=" cloud hoople hoople1 hoople2 inova_codebase quartz web yeti xsede/xsede_tests xsede/code/cak0l"
 
   # point to our local certificate for ssh usage.
   export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge"
@@ -36,11 +36,8 @@ if [ ! -z "$NETHACKOPTIONS" ]; then
   export BROWSER=/usr/bin/firefox
 
   # editor and other mixed settings...
-  export VISUAL="$(which gvim)"
-  if [ $? -ne 0 ]; then
-    export VISUAL="$(which vi)"
-  fi
   export EDITOR="$(which vi)"
+  export VISUAL="$EDITOR"
   # the editors for revision control must wait while document is edited,
   # so gvim and others launched to x window are not appropriate.
   export GIT_EDITOR="$EDITOR"