File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,13 @@ alias gpd='git push --dry-run'
3535alias gpoat=' git push origin --all && git push origin --tags'
3636
3737# Kubernetes
38- alias watch=' watch '
38+ alias k=" kubectl"
39+ alias watch=" watch "
40+ alias kg=" kubectl get"
41+ alias kgdep=" kubectl get deployment"
42+ alias ksys=" kubectl --namespace=kube-system"
43+ alias kd=" kubectl describe"
44+ alias bb=" kubectl run busybox --image=busybox:1.36.1 --rm -it --restart=Never --command --"
3945
4046# Paths
4147alias go.work=' cd ~/Developer/Work'
@@ -44,6 +50,7 @@ alias go.rust='cd ~/Developer/Work/rust'
4450alias go.spa=' cd ~/Developer/Work/SPA'
4551alias go.java=' cd ~/Developer/Work/java'
4652alias go.tools=' cd ~/Developer/Work/tools'
53+ alias go.python=' cd ~/Developer/Work/python'
4754
4855# Mac
4956alias mac.cleardns=' sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder; say cache flushed'
You can’t perform that action at this time.
0 commit comments