Skip to content

Instantly share code, notes, and snippets.

@fzerorubigd
Created December 9, 2014 16:07
Show Gist options
  • Save fzerorubigd/272ed258063ec999d000 to your computer and use it in GitHub Desktop.
Save fzerorubigd/272ed258063ec999d000 to your computer and use it in GitHub Desktop.
Zsh stats from oh-my-zsh
fc -l 1 | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n20
@simonmeusel
Copy link

Nice one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment