fish something

This commit is contained in:
Anton Volnuhin 2023-08-02 04:45:18 +03:00
parent 4dc48f003f
commit de54777883

View File

@ -1,4 +1,6 @@
set -gx PATH /usr/local/opt/coreutils/libexec/gnubin $PATH
set -gx PATH /opt/homebrew/coreutils/libexec/gnubin $PATH
set -gx PATH /opt/homebrew/bin $PATH
set -gx PATH /usr/local/bin $PATH
set -gx PATH /snap/bin $PATH
set -gx GOPATH $HOME/.go