fox all path's with $HOME

This commit is contained in:
Anton Volnuhin 2023-05-27 22:19:01 +03:00
parent eefa37f435
commit dd443121d8

View File

@ -1,8 +1,8 @@
set -gx PATH /usr/local/opt/coreutils/libexec/gnubin $PATH set -gx PATH /usr/local/opt/coreutils/libexec/gnubin $PATH
set -gx PATH /usr/local/bin $PATH set -gx PATH /usr/local/bin $PATH
set -gx PATH ~/.local/bin $PATH set -gx PATH $HOME/.local/bin $PATH
set -gx PATH ~/.cargo/bin $PATH set -gx PATH $HOME/.cargo/bin $PATH
set -gx GOPATH ~/.go set -gx GOPATH $HOME/.go
set -gx EDITOR nvim set -gx EDITOR nvim
set fish_color_valid_path set fish_color_valid_path