diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/e | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,9 @@ shift $((OPTIND - 1)) CMD="${VISUAL:-${EDITOR:-vi}}" +if [ "$CMD" = 'e' ]; then + CMD='vi' +fi if [ ! -t 0 ]; then F="$(mkstemp)" |