mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
various updates
This commit is contained in:
parent
f4c741a1ba
commit
b2a9b62fa5
6 changed files with 226 additions and 18 deletions
5
kubernetes-aliases.sh
Normal file
5
kubernetes-aliases.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
alias kube="kubectl"
|
||||
alias mk="minikube"
|
||||
alias kube-list-contexts="kubectl config get-contexts"
|
||||
alias docker-suicide="killall com.docker.hyperkit"
|
||||
alias docker-die="killall com.docker.hyperkit"
|
||||
Loading…
Add table
Add a link
Reference in a new issue