config tweaks
This commit is contained in:
parent
bf8cc60ed0
commit
d1632cab01
3 changed files with 15 additions and 6 deletions
5
.zshrc
5
.zshrc
|
|
@ -46,3 +46,8 @@ fpath=(${ASDF_DIR}/completions $fpath)
|
|||
# initialise completions with ZSH's compinit
|
||||
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…
Add table
Add a link
Reference in a new issue