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

@ -35,8 +35,14 @@ alias Q=' exit'
alias x=' exit'
alias cd..='cd ..'
if [ -z $SSH_CLIENT ]
~/.mmk2410
~/.mmk2410
end
if [ -z $EDITOR ]
set -Ux EDITOR emacs -nw
end
if [ -z $VISUAL ]
set -Ux VISUAL emacs -nw
end
set -Ux EDITOR nvim
set -Ux VISUAL nvim