Add kubectl plugin
This commit is contained in:
parent
4ebff671a2
commit
404caa0668
2
.zshrc
2
.zshrc
|
@ -19,6 +19,7 @@ antigen bundle heroku
|
||||||
antigen bundle pip
|
antigen bundle pip
|
||||||
antigen bundle lein
|
antigen bundle lein
|
||||||
antigen bundle command-not-found
|
antigen bundle command-not-found
|
||||||
|
antigen bundle kubectl
|
||||||
|
|
||||||
# Syntax highlighting bundle.
|
# Syntax highlighting bundle.
|
||||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||||
|
@ -49,4 +50,3 @@ else
|
||||||
fi
|
fi
|
||||||
unset __conda_setup
|
unset __conda_setup
|
||||||
# <<< conda initialize <<<
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue