... | ... |
@@ -22,4 +22,8 @@ function preexec { |
22 | 22 |
|
23 | 23 |
function remote_console() { |
24 | 24 |
/usr/bin/env ssh $1 "( cd $2 && ruby script/console production )" |
25 |
+} |
|
26 |
+ |
|
27 |
+function zsh_stats() { |
|
28 |
+ history | awk '{print $2}' | sort | uniq -c | sort -rn | head |
|
25 | 29 |
} |
26 | 30 |
\ No newline at end of file |