updated .zshrc template to match my current .zshrc file

This commit is contained in:
Andy Ferra 2011-03-26 01:45:26 -07:00
commit e11dfa05c4

View file

@ -3,7 +3,7 @@ export ZSH=$HOME/.oh-my-zsh
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="robbyrussell"
export ZSH_THEME="andyferra"
# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"
@ -21,3 +21,4 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
export PATH=~/bin:$PATH