2009-08-30 17:40:54 -07:00
|
|
|
# Path to your oh-my-zsh configuration.
|
2009-08-30 18:36:38 -07:00
|
|
|
export ZSH=$HOME/.oh-my-zsh
|
2009-08-28 11:14:17 -07:00
|
|
|
|
2009-08-31 07:45:31 -07:00
|
|
|
# Set to the name theme to load.
|
|
|
|
# Look in ~/.oh-my-zsh/themes/
|
|
|
|
export ZSH_THEME="robbyrussell"
|
|
|
|
|
2009-10-07 13:01:52 -07:00
|
|
|
# Set to this to use case-sensitive completion
|
|
|
|
# export CASE_SENSITIVE="true"
|
|
|
|
|
2009-09-23 17:12:19 -07:00
|
|
|
# Comment this out to disable weekly auto-update checks
|
2009-11-05 12:44:28 -07:00
|
|
|
# export DISABLE_AUTO_UPDATE="true"
|
|
|
|
|
|
|
|
# Uncomment following line if you want to disable colors in ls
|
|
|
|
# export DISABLE_LS_COLORS="true"
|
2009-09-23 17:12:19 -07:00
|
|
|
|
2009-09-01 07:46:15 -07:00
|
|
|
source $ZSH/oh-my-zsh.sh
|
2009-09-07 09:11:34 -07:00
|
|
|
|
|
|
|
# Customize to your needs...
|