tossing more whiches
[feisty_meow.git] / examples / custom_overrides / fred / fred_variables.sh
index c6c9dd8e1fa0be38e32a2a8d19a82288d2f11719..9157d92576c13c650745c4882d7069fee2cd2045 100644 (file)
@@ -13,7 +13,7 @@ fi
 # 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+=" gamesave hoople hoople1 hoople2 quartz web yeti xsede/xsede_tests xsede/code/cak0l/trunk"
+REPOSITORY_LIST+=" cloud gamesave hoople hoople1 hoople2 quartz web yeti xsede/xsede_tests xsede/code/cak0l/trunk"
 
 # point to our local certificate for ssh usage.
 export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge"
@@ -33,19 +33,8 @@ export from="Fred T. Hamster <fred@gruntose.com>"
 export BROWSER=/usr/bin/firefox
 
 # editor and other mixed settings...
-export VISUAL=$(which vim)
-
-#hmmm: move these to the uva profile,
-#      rename uva profile to java profile,
-#      get them doing the right thing per OS.
-#  export JAVA_HOME="c:/Program Files/java/jdk1.6.0_11"
-
-# special settings for win32 and svn.
-if [ "$OS" == "Windows_NT" ]; then
-  export EDITOR=$(which gvim)
-else
-  export EDITOR=$(which vi)
-fi
+export VISUAL="$(which vi)"
+export EDITOR="$VISUAL"
 
 # this hideous mess is necessitated by our not having found the source of the
 # settings yet.  we override a few colors that look bad on a dark background.