fish: set editor corectlly

This commit is contained in:
Smirnov Oleksandr 2024-02-02 17:40:51 +02:00
parent b6e9e7df12
commit a1c6dec6ff

View file

@ -1,5 +1,5 @@
set -g EDITOR nvim
set -g VISUAL nvim
set -gx EDITOR nvim
set -gx VISUAL nvim
set -g GOPATH $HOME/go
set -g PATH $HOME/bin $PATH