mu/mu4e author here... please let me know if you have any specific questions.
# less with syntax highlighting
alias less="/usr/share/vim/vimcurrent/macros/less.sh"
tailf # tail -f, but better & shorter
mtr # check your connection (ie., traceroute with more info)
htop # nice a colorful process listing (better than top)
locate # search files by name -- that late-night disk thrashing is useful after all! alias myip="dig +short myip.opendns.com @resolver1.opendns.com"
alias myip2="curl -s icanhazip.com"