Update various things

This commit is contained in:
2016-11-30 15:11:21 +00:00
parent 84e91ad3fa
commit 230556a8e1
11 changed files with 71 additions and 13 deletions

10
shell/kubernetes.sh Normal file
View File

@@ -0,0 +1,10 @@
#
# Kubernetes Related
#
alias kc="kubectl"
alias hl="helm"
if command -v kubectl > /dev/null; then
eval "$(kubectl completion zsh)"
fi