shrc: don't set VISUAL

Makes using vi as EDITOR a pain in some cases, and overriding VISUAL
with vi also makes (at least) ksh to set the editing mode to vi.
This commit is contained in:
Lucas 2021-07-31 15:36:18 +00:00
parent f9f951867c
commit 5054420e2a
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@
EDITOR=ed
PAGER=less
VISUAL=ed
export EDITOR PAGER VISUAL
export EDITOR PAGER
GPG_TTY=$(tty)
export GPG_TTY