Skip to content

Instantly share code, notes, and snippets.

@ysmood
ysmood / osx_zshrc.sh
Created May 22, 2013 09:48
A zshrc with some common settings.
#!/usr/bin/env bash
# Default zsh runcom.
# Oct 2012 y.s.
################################### OH-MY-ZSH Settings ##########################################
# If your current shell is not zsh, try to change your default shell to zsh.
if [[ $0 != '-zsh' ]]; then
echo "Your default shell is not zsh."