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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue