Skip to content

Instantly share code, notes, and snippets.

@ph4r5h4d
Last active June 13, 2021 13:32
Show Gist options
  • Save ph4r5h4d/760813122b9deb4668c2f763bb441c6f to your computer and use it in GitHub Desktop.
Save ph4r5h4d/760813122b9deb4668c2f763bb441c6f to your computer and use it in GitHub Desktop.
Useful zsh aliases
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