Created
February 24, 2015 10:28
-
-
Save Eugene-Shapovalov/81de9b33dfa175ffda76 to your computer and use it in GitHub Desktop.
.bash_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
# Rails | |
alias be='bundle exec' | |
alias bers='be rails server' | |
alias berk='be rake' | |
alias berc='be rails c' | |
# Utils | |
alias hgrep='history | grep' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment