Fixed EDITOR variable initialization
It didn't work properly on Linux
This commit is contained in:
parent
34c68d9104
commit
d302775caf
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
set -Ux EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue