2009-08-31 00:40:54 +00:00
|
|
|
# Path to your oh-my-zsh configuration.
|
2010-12-01 17:07:28 +00:00
|
|
|
ZSH=$HOME/.oh-my-zsh
|
2009-08-28 18:14:17 +00:00
|
|
|
|
2011-04-29 09:24:29 +00:00
|
|
|
# Set name of the theme to load.
|
2009-08-31 14:45:31 +00:00
|
|
|
# Look in ~/.oh-my-zsh/themes/
|
2011-04-29 09:24:29 +00: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 17:07:28 +00:00
|
|
|
ZSH_THEME="robbyrussell"
|
2009-08-31 14:45:31 +00:00
|
|
|
|
2011-12-26 17:20:02 +00:00
|
|
|
# Example aliases
|
|
|
|
# alias zshconfig="mate ~/.zshrc"
|
|
|
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
|
|
|
|
2009-10-07 20:01:52 +00:00
|
|
|
# Set to this to use case-sensitive completion
|
2010-12-01 17:07:28 +00:00
|
|
|
# CASE_SENSITIVE="true"
|
2009-10-07 20:01:52 +00:00
|
|
|
|
2009-09-24 00:12:19 +00:00
|
|
|
# Comment this out to disable weekly auto-update checks
|
2010-12-01 17:07:28 +00:00
|
|
|
# DISABLE_AUTO_UPDATE="true"
|
2009-11-05 19:44:28 +00:00
|
|
|
|
|
|
|
# Uncomment following line if you want to disable colors in ls
|
2010-12-01 17:07:28 +00:00
|
|
|
# DISABLE_LS_COLORS="true"
|
2009-09-24 00:12:19 +00:00
|
|
|
|
2011-03-24 04:20:08 +00:00
|
|
|
# Uncomment following line if you want to disable autosetting terminal title.
|
2010-12-01 17:07:28 +00:00
|
|
|
# DISABLE_AUTO_TITLE="true"
|
2011-03-24 04:20:08 +00:00
|
|
|
|
2011-08-31 03:56:13 +00:00
|
|
|
# Uncomment following line if you want red dots to be displayed while waiting for completion
|
|
|
|
# COMPLETION_WAITING_DOTS="true"
|
2011-07-23 21:34:02 +00:00
|
|
|
|
2010-06-03 19:05:12 +00:00
|
|
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
2011-12-20 22:16:02 +00:00
|
|
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
2010-06-03 19:05:12 +00:00
|
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
|
|
plugins=(git)
|
|
|
|
|
2009-09-01 14:46:15 +00:00
|
|
|
source $ZSH/oh-my-zsh.sh
|
2009-09-07 16:11:34 +00:00
|
|
|
|
|
|
|
# Customize to your needs...
|