Skip to content

Instantly share code, notes, and snippets.

@vladvinnikov
Created August 31, 2011 18:08
Show Gist options
  • Save vladvinnikov/1184235 to your computer and use it in GitHub Desktop.
Save vladvinnikov/1184235 to your computer and use it in GitHub Desktop.
.bashrc
PS1="mac osx:\W \$ "
alias gera="cd ~/Documents/railsapp/gera-it"
alias ra="cd ~/Documents/railsapp"
alias ss="cd ~/Documents/railsapp/sstore-experimental"
alias rs="rails s"
alias rc="rails c"
alias rg="rails g"
alias m="mate"
alias bu="bundle"
alias dbm="rake db:migrate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment