mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-01-24 18:18:12 +01:00
Add GOPATH to PATH
This commit is contained in:
parent
cd60ff5c22
commit
6b5a201a5c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue