This commit is contained in:
Marcel Kapfer (mamk2410) 2016-11-23 09:21:54 +01:00
parent ebf18c9f48
commit 4a68260539
1 changed files with 9 additions and 3 deletions

View File

@ -38,5 +38,11 @@ if [ -z $SSH_CLIENT ]
~/.mmk2410
end
set -Ux EDITOR nvim
set -Ux VISUAL nvim
if [ -z $EDITOR ]
set -Ux EDITOR emacs -nw
end
if [ -z $VISUAL ]
set -Ux VISUAL emacs -nw
end