mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
add support for Go
This commit is contained in:
parent
3514fbb8cb
commit
e740e1aa40
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ if is_macos; then
|
|||
)
|
||||
fi
|
||||
|
||||
# add Go binaries
|
||||
export GOPATH="$HOME/.go"
|
||||
path=("$GOPATH/bin" "${path[@]}")
|
||||
|
||||
# add user binaries
|
||||
path=(~/bin ~/.local/bin "${path[@]}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue