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