Skip to content

Commit

Permalink
zsh: add golang path
Browse files Browse the repository at this point in the history
Signed-off-by: Aaqa Ishtyaq <[email protected]>
  • Loading branch information
Aaqa Ishtyaq committed Oct 21, 2020
1 parent 9c7b7da commit ed9e2ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/.zsh.paths
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export PATH="/usr/local/opt/[email protected]/bin:$PATH"
export GEM_PATH="/Users/aaqa/.asdf/shims/"
export PATH="$GEM_PATH/bin:$PATH"

export GOPATH=$HOME/go
export GOROOT="$(brew --prefix golang)/libexec"
export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"

. $(brew --prefix asdf)/asdf.sh

# shellcheck disable=SC2206
Expand Down

0 comments on commit ed9e2ee

Please sign in to comment.