mirror of https://gitlab.com/dabruh/dotfiles.git
Add GOPATH to PATH
This commit is contained in:
parent
cd60ff5c22
commit
6b5a201a5c
|
@ -97,6 +97,7 @@ prepend_paths=(
|
|||
"$HOME/.local/bin"
|
||||
"$HOME/.cargo/bin"
|
||||
"$FLUTTER_HOME/bin"
|
||||
"$GOPATH/bin"
|
||||
"$KREW_ROOT/bin"
|
||||
)
|
||||
append_paths=()
|
||||
|
|
Loading…
Reference in New Issue