Merge with upstream.

This commit is contained in:
Steve Losh 2011-08-12 12:25:19 -04:00
commit 9ab8458a11
46 changed files with 2319 additions and 126 deletions

View file

@ -11,7 +11,7 @@ setopt long_list_jobs
## pager
export PAGER='less -R'
export LC_CTYPE=en_US.UTF-8
export LC_CTYPE=$LANG
## pretty man pages
function pman() {
@ -23,9 +23,6 @@ function pj() {
python -mjson.tool
}
## Open current directory
alias oo='open .'