k9s abbreviation

This commit is contained in:
Noah Masur 2021-03-24 18:08:37 -04:00
parent b8ef58b9e3
commit 30b9a70c34

View File

@ -92,6 +92,7 @@ function abbrs --description 'All abbreviations'
abbr -a nodes 'kubectl get nodes' abbr -a nodes 'kubectl get nodes'
abbr -a deploys 'kubectl get deployments -A' abbr -a deploys 'kubectl get deployments -A'
abbr -a dash 'kube-dashboard' abbr -a dash 'kube-dashboard'
abbr -a ks 'k9s'
# Python # Python
abbr -a py 'python' abbr -a py 'python'