Skip to content

Commit

Permalink
zsh: add krew path
Browse files Browse the repository at this point in the history
  • Loading branch information
keidarcy committed Jan 6, 2025
1 parent 5c29bd7 commit 13ea611
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/.config/zsh/paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ export GOPATH=$HOME/Code/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
export GO111MODULE=on

# krew
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"

0 comments on commit 13ea611

Please sign in to comment.