Fish fix
This commit is contained in:
parent
4a68260539
commit
20d58cff60
1 changed files with 2 additions and 2 deletions
|
@ -39,10 +39,10 @@ if [ -z $SSH_CLIENT ]
|
||||||
end
|
end
|
||||||
|
|
||||||
if [ -z $EDITOR ]
|
if [ -z $EDITOR ]
|
||||||
set -Ux EDITOR emacs -nw
|
set -Ux EDITOR nvim
|
||||||
end
|
end
|
||||||
|
|
||||||
if [ -z $VISUAL ]
|
if [ -z $VISUAL ]
|
||||||
set -Ux VISUAL emacs -nw
|
set -Ux VISUAL nvim
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue