mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:26:41 +00:00
feat(shell/k8s): add more aliases
This commit is contained in:
@@ -2,11 +2,12 @@
|
|||||||
# Kubernetes Related
|
# Kubernetes Related
|
||||||
#
|
#
|
||||||
|
|
||||||
alias kc="kubectl"
|
|
||||||
alias kx="kubectx"
|
|
||||||
alias kn="kubens"
|
|
||||||
alias hl="helm"
|
alias hl="helm"
|
||||||
|
alias kc="kubectl"
|
||||||
|
alias kn="kubens"
|
||||||
|
alias kx="kubectx"
|
||||||
alias mk="minikube"
|
alias mk="minikube"
|
||||||
|
alias st="stern"
|
||||||
|
|
||||||
if command-exists kubectl; then
|
if command-exists kubectl; then
|
||||||
setup-completions kubectl "$(command-path kubectl)" kubectl completion zsh
|
setup-completions kubectl "$(command-path kubectl)" kubectl completion zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user