mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(shell): add custom command-path helper
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user