Created
October 7, 2019 13:22
-
-
Save giacomorebonato/bf1b7afd9321efdc1e3c7de6315d0770 to your computer and use it in GitHub Desktop.
Personal shell
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 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