From: Chris Koeritz Date: Fri, 2 Mar 2012 20:23:27 +0000 (-0500) Subject: tossing more whiches X-Git-Tag: 2.140.90~1540 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=6ff3bc3c262ba94b97dc3b612b9a24ac5a405e19 tossing more whiches --- diff --git a/examples/custom_overrides/fred/fred_variables.sh b/examples/custom_overrides/fred/fred_variables.sh index 24ff7f00..9157d925 100644 --- a/examples/custom_overrides/fred/fred_variables.sh +++ b/examples/custom_overrides/fred/fred_variables.sh @@ -33,19 +33,8 @@ export from="Fred T. Hamster " 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.