Skip to content

Commit

Permalink
Remove gi and giv aliases
Browse files Browse the repository at this point in the history
Often mistyping things like `gi tst` causes `gi` alias to trigger the install of
the `tst` gem. This is quite annoying and too close to `git` command which we
run much more often than `gem install`. With bundler we should almost never run
`gem install`.
  • Loading branch information
Greg Lazarev committed Apr 5, 2014
1 parent c0284de commit ee3f437
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aliases
Expand Up @@ -23,10 +23,6 @@ alias b="bundle"
alias t="ruby -I test"
alias cuc="bundle exec cucumber"

# Rubygems
alias gi="gem install"
alias giv="gem install -v"

# Rails
alias migrate="rake db:migrate db:rollback && rake db:migrate db:test:prepare"
alias m="migrate"
Expand Down

0 comments on commit ee3f437

Please sign in to comment.