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
|
2009-11-06 03:44:28 +08: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 08:12:19 +08:00
|
|
|
|
2010-06-04 03:05:12 +08:00
|
|
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
|
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
|
|
plugins=(git)
|
|
|
|
|
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...
|