I have been using VIM as my command-line editor of choice for years and years (aside from my brief affair with EMACS), and one thing that was missing was colorization of code in it. Turns out to be a SUPER simple fix:

echo "syntax on" >> ~/.vimrc

And Bob's your uncle!