X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=examples%2Fcustom_overrides%2Ffred%2Ffred_variables.sh;h=8ec35cfb3d92761f8fa5c6e1d0b358487833e6b2;hb=86840a263eb1c7c4705a5cc23f7b8b58ecadeb52;hp=e22f2b93d15d7057d93b4635e1110f595fa74649;hpb=b1cb8e1eeecf6d516720e550b7e43f807f9d0082;p=feisty_meow.git diff --git a/examples/custom_overrides/fred/fred_variables.sh b/examples/custom_overrides/fred/fred_variables.sh index e22f2b93..8ec35cfb 100644 --- a/examples/custom_overrides/fred/fred_variables.sh +++ b/examples/custom_overrides/fred/fred_variables.sh @@ -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"