Skip to content

Commit 657eef1

Browse files
committed
Move krew path
1 parent fdf5f95 commit 657eef1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

home/dot_zprofile.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ source {{ joinPath .chezmoi.sourceDir "lib" "common" "functions.sh" | quote }}
22

33
add_to_path_always "$HOME/Library/Python/3.9/bin"
44
add_to_path_always "$HOME/.local/bin"
5-
add_to_path "${KREW_ROOT:-$HOME/.krew}/bin"
65
add_to_path_always "$HOME/go/bin"

home/dot_zshrc.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ if has_cmd direnv; then
130130
eval "$(direnv hook zsh)"
131131
fi
132132

133+
# Krew
134+
add_to_path "${KREW_ROOT:-$HOME/.krew}/bin"
135+
133136
{{ template "includeIfExists.tmpl" (joinPath $.chezmoi.homeDir ".zshrc.local") -}}
134137

135138
# We finished init, set up completions (OMZ does this above, but we add our own, so do it again)

0 commit comments

Comments
 (0)