# HG changeset patch # User Steve Losh # Date 1263002014 18000 # Node ID c80eab81d6f0263505f2bdd2d9f1741cf3f8d7ca # Parent 6976591c33821aa0d247664d1d1ada22d6a46c9e Add a .zshrc file. diff -r 6976591c3382 -r c80eab81d6f0 .zshrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.zshrc Fri Jan 08 20:53:34 2010 -0500 @@ -0,0 +1,14 @@ +# Path to your oh-my-zsh configuration. +export ZSH=$HOME/lib/oh-my-zsh + +# Set to the name theme to load. +# Look in ~/.oh-my-zsh/themes/ +export ZSH_THEME="prose" + +# Comment this out to disable weekly auto-update checks +export DISABLE_AUTO_UPDATE="true" + +source $ZSH/oh-my-zsh.sh + +# Customize to your needs... +export PATH="/usr/local/bin:~/lib/fmscripts:~/bin:${PATH}"