Created
May 19, 2015 17:38
-
-
Save ryanve/4464d4dd27994206afa5 to your computer and use it in GitHub Desktop.
.bash_profile mac aliases
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 gitr='git' | |
| alias gti='git' | |
| alias got='git' | |
| alias gut='git' | |
| alias gi='git' | |
| alias g='git' | |
| alias gurnt='grunt' | |
| alias gr='grunt' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add those to
.bash_profileand then runto refresh the environment