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'

dotfiles/oh-my-zsh/custom/filesystem.zsh at master · soulcutter/dotfiles

My personal dotfiles. Contribute to soulcutter/dotfiles development by creating an account on GitHub.

GitHub