Skip to content

Commit

Permalink
fix(zsh): load gopath in zsh
Browse files Browse the repository at this point in the history
Signed-off-by: kolvin <15124052+Kolvin@users.noreply.github.com>
  • Loading branch information
kolvin committed Mar 2, 2023
1 parent d2601ff commit 69933c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export ZSH="$HOME/.oh-my-zsh"

# Configure paths
export PATH=$PATH:$HOME/bin
export PATH=$PATH:$(go env GOPATH)/bin

# Theme.
ZSH_THEME="robbyrussell"
Expand Down

0 comments on commit 69933c9

Please sign in to comment.