Created
October 28, 2017 10:51
-
-
Save kjellberg/47c44b070f2b8a9acf9040f79a8366e1 to your computer and use it in GitHub Desktop.
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 sysc="sudo sysctl -w kern.maxfiles=5242880 && sudo sysctl -w kern.maxfile$ | |
alias rsrv="bundle exec rails server -b 0.0.0.0" | |
alias rcons="bundle exec rails console" | |
alias rguard="bundle exec rails guard" | |
alias grd="bundle exec rails guard" | |
alias rdeploy="bundle exec cap production deploy" | |
alias rmig="bundle exec rake db:migrate" | |
alias rgen="bundle exec rails generate" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment