Skip to content

Instantly share code, notes, and snippets.

@chrisbodhi
Last active August 22, 2019 12:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chrisbodhi/8151850 to your computer and use it in GitHub Desktop.
Save chrisbodhi/8151850 to your computer and use it in GitHub Desktop.
Alias for my command line
# 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"
@chrisbodhi
Copy link
Author

Well, no longer just aliases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment