diff options
Diffstat (limited to 'sh/profile.d/editor.sh')
-rw-r--r-- | sh/profile.d/editor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/editor.sh b/sh/profile.d/editor.sh index eaebf3bd..92535aeb 100644 --- a/sh/profile.d/editor.sh +++ b/sh/profile.d/editor.sh @@ -1,5 +1,5 @@ # Set editor -EDITOR='vi' +EDITOR=vi VISUAL=$EDITOR export EDITOR VISUAL |