Skip to content

Commit

Permalink
Add a few aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
drapergeek committed Jul 19, 2016
1 parent 7d4a206 commit 0494abe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions aliases
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ alias giv="gem install -v"
alias migrate="rake db:migrate db:rollback && rake db:migrate && rake db:test:prepare"
alias m="migrate"
alias rk="rake"
alias s="rspec"
alias fs="foreman start"
alias s="heroku local"
alias fixdb="rm db/schema.rb; rake db:drop db:create:all db:migrate db:test:prepare"

alias d='cd ~/dotfiles'

Expand All @@ -48,3 +48,6 @@ alias reload!='. ~/.zshrc'

alias et="ember test"
alias weather="curl wttr.in"

# Phoenix
alias fly="mix deps.get && iex -S mix phoenix.server"

0 comments on commit 0494abe

Please sign in to comment.