6fd7da65 | function zsh_stats() { history | awk '{print $2}' | sort | uniq -c | sort -rn | head |
e1f5c0c7 | } function uninstall_oh_my_zsh() { /bin/sh $ZSH/tools/uninstall.sh |
09e2193a | } |
1ec8a884 | function upgrade_oh_my_zsh() { /bin/sh $ZSH/tools/upgrade.sh } |
3ab0d639 | function take() { mkdir -p $1 cd $1 } |
ff0b25b7 |