Skip to content

Instantly share code, notes, and snippets.

@ryanve
Created May 19, 2015 17:38
Show Gist options
  • Select an option

  • Save ryanve/4464d4dd27994206afa5 to your computer and use it in GitHub Desktop.

Select an option

Save ryanve/4464d4dd27994206afa5 to your computer and use it in GitHub Desktop.
.bash_profile mac aliases
alias gitr='git'
alias gti='git'
alias got='git'
alias gut='git'
alias gi='git'
alias g='git'
alias gurnt='grunt'
alias gr='grunt'
@ryanve
Copy link
Copy Markdown
Author

ryanve commented May 19, 2015

Add those to .bash_profile and then run

source ~/.bash_profile

to refresh the environment

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