This commit is contained in:
Marcel Kapfer (mamk2410) 2016-11-23 09:29:21 +01:00
parent 4a68260539
commit 20d58cff60
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ if [ -z $SSH_CLIENT ]
end
if [ -z $EDITOR ]
set -Ux EDITOR emacs -nw
set -Ux EDITOR nvim
end
if [ -z $VISUAL ]
set -Ux VISUAL emacs -nw
set -Ux VISUAL nvim
end