zshrc cleanup
This commit is contained in:
parent
9edb53ba61
commit
b9ca1ccb4c
4
.zshrc
4
.zshrc
|
@ -47,7 +47,3 @@ fpath=(${ASDF_DIR}/completions $fpath)
|
|||
autoload -Uz compinit && compinit
|
||||
|
||||
[[ /usr/local/bin/kubectl ]] && source <(kubectl completion zsh)
|
||||
[[ /Users/rahsheen.porter/.asdf/shims/kubectl ]] && source <(kubectl completion zsh)
|
||||
[[ /Users/rahsheen.porter/.asdf/shims/kubectl ]] && source <(kubectl completion zsh)
|
||||
[[ /Users/rahsheen.porter/.asdf/shims/kubectl ]] && source <(kubectl completion zsh)
|
||||
[[ /Users/rahsheen.porter/.asdf/shims/kubectl ]] && source <(kubectl completion zsh)
|
||||
|
|
Loading…
Reference in New Issue