Last active
August 22, 2019 12:53
-
-
Save chrisbodhi/8151850 to your computer and use it in GitHub Desktop.
Alias for my command line
This file contains 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
# Located in ~/.zshrc | |
ZSH_THEME="muse" | |
alias desk="cd ~/Desktop" | |
alias code="cd ~/Code" | |
alias git="hub" | |
alias ga="git add" | |
alias gc="git commit" | |
alias gpom="git push origin master" | |
alias gpo="git push origin" | |
alias gs="git status" | |
alias gco="git checkout" | |
alias gcom="git checkout master" | |
alias gall="git lgall" | |
alias bd="brew doctor" | |
alias bu="brew update" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, no longer just aliases.