Last active
June 13, 2021 13:32
-
-
Save ph4r5h4d/760813122b9deb4668c2f763bb441c6f to your computer and use it in GitHub Desktop.
Useful zsh aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias dc="docker compose" | |
alias k="kubectl" | |
alias d="docker" | |
alias gc="gcloud" | |
# docker related aliases | |
alias dsp="docker system prune -f" | |
alias dspa="docker system prune -fa" | |
alias ds="docker stats" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment