diff options
-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)" |
![]() |
index : dotfiles | |
Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/e | 3 |
@@ -65,6 +65,9 @@ shift $((OPTIND - 1)) CMD="${VISUAL:-${EDITOR:-vi}}" +if [ "$CMD" = 'e' ]; then + CMD='vi' +fi if [ ! -t 0 ]; then F="$(mkstemp)" |