Here are a few shell utilities I find useful.
A prompt shortener converting, e.g., /Users/tshafer/A Directory/B Directory
to ~/A/B Directory
.
A Git prompt decorator after the style of
olivierverdier/zsh-git-prompt. This Python implementation is based
on the referenced Haskell implementation, calling out to git
only once.