Merge with origin.

This commit is contained in:
Steve Losh 2010-12-22 09:53:38 -05:00
commit f1fb1805ee
43 changed files with 655 additions and 49 deletions

View file

@ -1,9 +1,3 @@
#function preexec {
#emulate -L zsh
#local -a cmd; cmd=(${(z)1})
#title $cmd[1]:t "$cmd[2,-1]"
#}
function zsh_stats() {
history | awk '{print $2}' | sort | uniq -c | sort -rn | head
}