Skip to content

Instantly share code, notes, and snippets.

@wmora
Created September 6, 2018 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmora/52ec32218b8fe46afb9124e9aea664d5 to your computer and use it in GitHub Desktop.
Save wmora/52ec32218b8fe46afb9124e9aea664d5 to your computer and use it in GitHub Desktop.
ZSH aliases
alias fat='/usr/bin/du -s * .* | sort -n'
alias gcm='git commit -m'
alias glo='git log --oneline'
alias gco='git checkout'
alias gcb='git checkout -b'
alias gbd='git branch -D'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment