1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-03-31 19:34:00 +08:00
This commit is contained in:
Sarath Kumar Somana 2026-03-19 16:26:27 -04:00 committed by GitHub
commit 3d867a2014
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'