all repos

dotfiles @ a1c6dec

i use rach linux btw
1 files changed, 2 insertions(+), 2 deletions(-)
fish: set editor corectlly
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-02-02 17:40:51 +0200
Parent: b6e9e7d
M config/fish/config.fish
ยทยทยท
                1
                
                -set -g EDITOR nvim

              
                2
                
                -set -g VISUAL nvim

              
                
                1
                +set -gx EDITOR nvim

              
                
                2
                +set -gx VISUAL nvim

              
                3
                3
                 

              
                4
                4
                 set -g GOPATH $HOME/go

              
                5
                5
                 set -g PATH $HOME/bin $PATH