updated to add new repository name: ebooks.
[feisty_meow.git] / examples / custom_overrides / fred / fred_variables.sh
index e22f2b93d15d7057d93b4635e1110f595fa74649..7305ddff7d5ebd1f9cc27061c824f8d25d5333a6 100644 (file)
@@ -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 ebooks 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"