Fish fix
This commit is contained in:
parent
ebf18c9f48
commit
4a68260539
1 changed files with 9 additions and 3 deletions
|
@ -38,5 +38,11 @@ if [ -z $SSH_CLIENT ]
|
||||||
~/.mmk2410
|
~/.mmk2410
|
||||||
end
|
end
|
||||||
|
|
||||||
set -Ux EDITOR nvim
|
if [ -z $EDITOR ]
|
||||||
set -Ux VISUAL nvim
|
set -Ux EDITOR emacs -nw
|
||||||
|
end
|
||||||
|
|
||||||
|
if [ -z $VISUAL ]
|
||||||
|
set -Ux VISUAL emacs -nw
|
||||||
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue