removed unneeded warning, updated editor.
[feisty_meow.git] / customizing / fred / fred_variables.sh
index 54f808c5ec93b5195515e4f1ad57fcff25fe984d..feb32584f06a70c39a5c0ceb59e05bed1ecfe6dc 100644 (file)
@@ -40,7 +40,7 @@ if [ -z "$NETHACKOPTIONS" ]; then
   export BROWSER=/usr/bin/firefox
 
   # editor and other mixed settings...
-  export EDITOR="$(which vi)"
+  export EDITOR="$(which vim)"
   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.