2011-06-01 14:48:26 +08:00
|
|
|
# Path to oh-my-zsh.
|
2011-07-15 12:57:11 +08:00
|
|
|
export OMZ="$HOME/.oh-my-zsh"
|
2009-08-29 02:14:17 +08:00
|
|
|
|
2011-07-15 12:57:11 +08:00
|
|
|
# Set the name of the theme to load (see $OMZ/themes/).
|
2011-06-01 14:48:26 +08:00
|
|
|
# Setting it to 'random' loads a random theme.
|
2009-08-31 22:45:31 +08:00
|
|
|
export ZSH_THEME="robbyrussell"
|
|
|
|
|
2011-06-01 14:48:26 +08:00
|
|
|
# Set to 'true' to enable case-sensitivity.
|
|
|
|
export CASE_SENSITIVE='false'
|
2009-10-08 04:01:52 +08:00
|
|
|
|
2011-06-01 14:48:26 +08:00
|
|
|
# Set to 'true' to disable color (auto set on dumb terminals).
|
|
|
|
export DISABLE_COLOR='false'
|
2009-09-24 08:12:19 +08:00
|
|
|
|
2011-06-01 14:48:26 +08:00
|
|
|
# Set to 'true' to disable auto setting the tab and window titles.
|
|
|
|
export DISABLE_AUTO_TITLE='false'
|
2011-03-24 12:20:08 +08:00
|
|
|
|
2011-07-15 12:57:11 +08:00
|
|
|
# Set the plugins to load (see $OMZ/plugins/).
|
2011-06-01 14:48:26 +08:00
|
|
|
# Example: plugins=(rails git textmate ruby lighthouse)
|
2010-06-04 03:05:12 +08:00
|
|
|
plugins=(git)
|
|
|
|
|
2011-07-15 12:57:11 +08:00
|
|
|
source "$OMZ/oh-my-zsh.zsh"
|
2009-09-08 00:11:34 +08:00
|
|
|
|
|
|
|
# Customize to your needs...
|
2011-06-01 14:48:26 +08:00
|
|
|
|