Add GOPATH to PATH

This commit is contained in:
dabruh 2024-02-16 13:18:18 +01:00
parent cd60ff5c22
commit 6b5a201a5c
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ prepend_paths=(
"$HOME/.local/bin"
"$HOME/.cargo/bin"
"$FLUTTER_HOME/bin"
"$GOPATH/bin"
"$KREW_ROOT/bin"
)
append_paths=()