September 2, 2012
Bling for Your Terminal: Zsh With My Fancy Fino Theme
If you use the command line on OS X or Linux and you haven’t heard of Zsh, this post will change your life.
Zsh is a fancier, more modern replacement for Bash, the default shell in OS X. Zsh does nice things like smarter tab completion for files and folders, and oh-my-zsh makes it even more awesome with plugins and theming.
Here’s what you do to get Zsh running on OS X with my custom theme (called Fino).
Head over to the oh-my-zsh GitHub page and run the automatic installer.
oh-my-zsh includes an old version of the Fino theme. Replace
~/.oh-my-zsh/themes/fino.zsh-theme
with the updated version of Fino.Edit
~/.zshrc
and change the line that saysexport ZSH_THEME="robbyrussell"
toexport ZSH_THEME="fino"
.
OS X pro tip: add the cdff command to your ~/.zshrc
too. This will cd
your Terminal to the front-most Finder window.
Comments? Please send me a message.