1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-01 20:01:42 +08:00
This commit is contained in:
Sarath Kumar Somana 2026-03-27 07:08:06 +00:00 committed by GitHub
commit 2cc7a4a018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@ alias kcuc='kubectl config use-context'
alias kcsc='kubectl config set-context'
alias kcdc='kubectl config delete-context'
alias kccc='kubectl config current-context'
alias kcrc='kubectl config rename-context'
# List all contexts
alias kcgc='kubectl config get-contexts'