c80eab81d6f0
Add a .zshrc file.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 08 Jan 2010 20:53:34 -0500 |
parents | 6976591c3382 |
children | 95b6f336d3ba |
branches/tags | (none) |
files | .zshrc |
Changes
--- /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}"