X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/e04c4857c4c68005c13413a3e89abcbfdd81760c..8df912e4f47928e29776086741ef57eb067aeb5c:/bash_profile diff --git a/bash_profile b/bash_profile index 3da56a8..bc812d6 100644 --- a/bash_profile +++ b/bash_profile @@ -105,7 +105,7 @@ export QMAILINJECT=c # --- Find a text editor --- export MDW_EDITOR=ed -for ed in "emacs21 -nw" "emacs -nw" vi pico nano ae; do +for ed in mg "emacs21 -nw" "emacs -nw" vi pico nano ae; do name=`echo $ed | sed 's/ .*$//'` if __mdw_programp "$name"; then MDW_EDITOR=$ed