This post was inspired by Andrea Grandi’sMy ZSH history post, but I modified it back to work with my customized BASH output instead ➜ history | awk '{print $4}' | sort | uniq --count | sort --numeric-sort --reverse | head -10 11063 git 7636 just 3280 cd 2575 workon 1512 ls 1061 subl 967 docker 887 cat 703 python 700 gittower I guess you could say I use git a lot. just is my main workflow driver. workon - I switched between projects 2575 times. subl and gittower are aliases to open Sublime...