Skip to content

Commit

Permalink
add disk usage alias
Browse files Browse the repository at this point in the history
  • Loading branch information
caseytomlin committed Jan 10, 2025
1 parent 7d71ec6 commit cc6acb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ delpod() {
KUBECONFIG=~/.kube/config_${ENV}_dev kubectl delete pod ${POD_NAME} --namespace=${NAMESPACE}
}


alias disk=sudo du -h --max-depth=6 / | sort -hr | head -n 10

0 comments on commit cc6acb1

Please sign in to comment.