Those of you working in the CLI a lot - what are your favorite aliases that might be useful to others?
Some of mine:
- Better ls command: alias lsa='ls -lAFh'
- A command to drop/recreate/re-seed my Postgres DBs: alias dbnuke='bundle exec rake db:drop db:create db:migrate db:seed'
