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