Skip to content

Commit 0088229

Browse files
authored
Update aliases.zsh
1 parent 711ab20 commit 0088229

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dotfiles/my/aliases.zsh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@ alias gpd='git push --dry-run'
3535
alias 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
4147
alias go.work='cd ~/Developer/Work'
@@ -44,6 +50,7 @@ alias go.rust='cd ~/Developer/Work/rust'
4450
alias go.spa='cd ~/Developer/Work/SPA'
4551
alias go.java='cd ~/Developer/Work/java'
4652
alias go.tools='cd ~/Developer/Work/tools'
53+
alias go.python='cd ~/Developer/Work/python'
4754

4855
# Mac
4956
alias mac.cleardns='sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder; say cache flushed'

0 commit comments

Comments
 (0)