# HG changeset patch # User Steve Losh # Date 1248951188 14400 # Node ID 0d5d0aa3961c7adf94ce87ae76714f867fa1977c # Parent 42b6eb5cf66e526181985c656678d2ac525b184e Add the oo alias. diff -r 42b6eb5cf66e -r 0d5d0aa3961c .bashrc --- a/.bashrc Thu Jul 30 06:10:47 2009 -0400 +++ b/.bashrc Thu Jul 30 06:53:08 2009 -0400 @@ -4,6 +4,7 @@ alias pm='python manage.py ' alias tunnel_webf_mysql='ssh -NL 3306/web45.webfaction.com/3306 webf' alias mq='hg -R $(hg root)/.hg/patches' +alias oo='open .' bind 'set completion-ignore-case on' bind 'set show-all-if-ambiguous on'