Back to notes1,018 views
Bash Workflow Shortcuts
mac
Aliases I can't live without:
alias gs="git status"
alias gc="git commit -m"
alias ..="cd .."Drop them in ~/.zshrc and reload with source ~/.zshrc.