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