Skip to content

Instantly share code, notes, and snippets.

@giacomorebonato
Created October 7, 2019 13:22
Show Gist options
  • Save giacomorebonato/bf1b7afd9321efdc1e3c7de6315d0770 to your computer and use it in GitHub Desktop.
Save giacomorebonato/bf1b7afd9321efdc1e3c7de6315d0770 to your computer and use it in GitHub Desktop.
Personal shell
alias cbn="git branch | grep '^\*' | cut -d' ' -f2 | pbcopy && echo \"branch name copied to clipboard\""
alias burp="brew upgrade && brew update"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment