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