Created
June 7, 2013 11:53
-
-
Save guipdutra/5728745 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 srspec="SCREENSHOT=true spring rspec" | |
alias test="bundle exec rspec spec/business && | |
bundle exec rspec spec/controllers && | |
bundle exec rspec spec/decorators && | |
bundle exec rspec spec/enumerations && | |
bundle exec rspec spec/helpers && | |
bundle exec rspec spec/importers && | |
bundle exec rspec spec/integrations && | |
bundle exec rspec spec/lib && | |
bundle exec rspec spec/models && | |
bundle exec rspec spec/views " | |
alias migrate_test_up="spring stop && RAILS_ENV=test rake db:drop && RAILS_ENV=test rake db:create && RAILS_ENV=test rake db:migrate" | |
alias amend="git commit --amend" | |
alias bi='bundle install' | |
alias nohup='cd /home/guilherme/Projects/Nohup/' | |
alias artan='cd /home/guilherme/Projects/Artan/' | |
alias opens='cd /home/guilherme/Projects/Opensource/' | |
alias home='cd /home/guilherme/' | |
alias gad='git add .' | |
alias gpo='git push -u origin' | |
alias gc='git commit' | |
alias gco='git checkout' | |
alias pmaster='git co master && git pull origin master' | |
alias rmaster='git rebase master' | |
alias gd='git diff' | |
alias get='sudo apt-get install' | |
alias gg='git lg' | |
alias gst='git status' | |
alias vimrc='gvim /home/guilherme/.vim/vimrc' | |
alias showvimrc='more /home/guilherme/.vim/vimrc' | |
alias aliases='gvim /home/guilherme/.bash_aliases' | |
alias atest='autotest -fnc' | |
alias simfarm='dosbox /home/guilherme/Desktop/simfarm/simfarm/SIMFARM.EXE' | |
alias redis='cd /home/guilherme/redis-2.6.13/src/ && ./redis-server' | |
alias gitpr='hub pull-request' | |
alias dbdc='rake db:drop && rake db:create' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment