0d5d0aa3961c
Add the oo alias.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Thu, 30 Jul 2009 06:53:08 -0400 | 
| parents | 42b6eb5cf66e | 
| children | 37fd5c85e148 | 
| branches/tags | (none) | 
| files | .bashrc | 
Changes
--- 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'