projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc7789
)
trying to get gvim back in.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 5 Mar 2012 18:36:46 +0000
(13:36 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 5 Mar 2012 18:36:46 +0000
(13:36 -0500)
examples/custom_overrides/fred/fred_variables.sh
patch
|
blob
|
history
diff --git
a/examples/custom_overrides/fred/fred_variables.sh
b/examples/custom_overrides/fred/fred_variables.sh
index 9157d92576c13c650745c4882d7069fee2cd2045..e7c97e7a57f75f58b68f0f077b995dae443d358f 100644
(file)
--- a/
examples/custom_overrides/fred/fred_variables.sh
+++ b/
examples/custom_overrides/fred/fred_variables.sh
@@
-33,7
+33,10
@@
export from="Fred T. Hamster <fred@gruntose.com>"
export BROWSER=/usr/bin/firefox
# editor and other mixed settings...
-export VISUAL="$(which vi)"
+export VISUAL="$(which gvim)"
+if [ $? -ne 0 ]; then
+ export VISUAL="$(which vi)"
+fi
export EDITOR="$VISUAL"
# this hideous mess is necessitated by our not having found the source of the