mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update various things
This commit is contained in:
10
shell/kubernetes.sh
Normal file
10
shell/kubernetes.sh
Normal 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
|
||||
Reference in New Issue
Block a user