2009-08-31 08:40:54 +08:00
|
|
|
# Path to your oh-my-zsh configuration.
|
2009-08-31 09:36:38 +08:00
|
|
|
export ZSH=$HOME/.oh-my-zsh
|
2009-08-29 02:14:17 +08:00
|
|
|
|
2009-08-31 22:45:31 +08:00
|
|
|
# Set to the name theme to load.
|
|
|
|
# Look in ~/.oh-my-zsh/themes/
|
|
|
|
export ZSH_THEME="robbyrussell"
|
|
|
|
|
2009-10-08 04:01:52 +08:00
|
|
|
# Set to this to use case-sensitive completion
|
|
|
|
# export CASE_SENSITIVE="true"
|
|
|
|
|
2009-09-24 08:12:19 +08:00
|
|
|
# Comment this out to disable weekly auto-update checks
|
|
|
|
# export DISABLE_AUTO_UPDATE="false"
|
|
|
|
|
2009-09-01 22:46:15 +08:00
|
|
|
source $ZSH/oh-my-zsh.sh
|
2009-09-08 00:11:34 +08:00
|
|
|
|
|
|
|
# Customize to your needs...
|