2009-08-30 17:40:54 -07:00
|
|
|
# Path to your oh-my-zsh configuration.
|
2010-12-01 10:07:28 -07:00
|
|
|
ZSH=$HOME/.oh-my-zsh
|
2009-08-28 11:14:17 -07:00
|
|
|
|
2011-04-29 02:24:29 -07:00
|
|
|
# Set name of the theme to load.
|
2009-08-31 07:45:31 -07:00
|
|
|
# Look in ~/.oh-my-zsh/themes/
|
2011-04-29 02:24:29 -07:00
|
|
|
# Optionally, if you set this to "random", it'll load a random theme each
|
|
|
|
# time that oh-my-zsh is loaded.
|
2010-12-01 10:07:28 -07:00
|
|
|
ZSH_THEME="robbyrussell"
|
2009-08-31 07:45:31 -07:00
|
|
|
|
2011-12-26 10:20:02 -07:00
|
|
|
# Example aliases
|
|
|
|
# alias zshconfig="mate ~/.zshrc"
|
|
|
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
|
|
|
|
2009-10-07 13:01:52 -07:00
|
|
|
# Set to this to use case-sensitive completion
|
2010-12-01 10:07:28 -07:00
|
|
|
# CASE_SENSITIVE="true"
|
2009-10-07 13:01:52 -07:00
|
|
|
|
2009-09-23 17:12:19 -07:00
|
|
|
# Comment this out to disable weekly auto-update checks
|
2010-12-01 10:07:28 -07:00
|
|
|
# DISABLE_AUTO_UPDATE="true"
|
2009-11-05 12:44:28 -07:00
|
|
|
|
|
|
|
# Uncomment following line if you want to disable colors in ls
|
2010-12-01 10:07:28 -07:00
|
|
|
# DISABLE_LS_COLORS="true"
|
2009-09-23 17:12:19 -07:00
|
|
|
|
2011-03-23 21:20:08 -07:00
|
|
|
# Uncomment following line if you want to disable autosetting terminal title.
|
2010-12-01 10:07:28 -07:00
|
|
|
# DISABLE_AUTO_TITLE="true"
|
2011-03-23 21:20:08 -07:00
|
|
|
|
2011-08-30 20:56:13 -07:00
|
|
|
# Uncomment following line if you want red dots to be displayed while waiting for completion
|
|
|
|
# COMPLETION_WAITING_DOTS="true"
|
2011-07-23 14:34:02 -07:00
|
|
|
|
2010-06-03 12:05:12 -07: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 07:46:15 -07:00
|
|
|
source $ZSH/oh-my-zsh.sh
|
2009-09-07 09:11:34 -07:00
|
|
|
|
|
|
|
# Customize to your needs...
|