chore(shell): add custom command-path helper

This commit is contained in:
Jim Myhrberg
2024-06-06 18:33:38 +01:00
parent 12b5ecee91
commit d9cb73260e
8 changed files with 16 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ alias hl="helm"
alias mk="minikube"
if command-exists kubectl; then
setup-completions kubectl "$(command -v kubectl)" kubectl completion zsh
setup-completions kubectl "$(command-path kubectl)" kubectl completion zsh
export KREW_ROOT="$HOME/.krew"
path_append "${KREW_ROOT}/bin"