zshrc.zsh-template 772 Bytes
Newer Older
1
# Path to your oh-my-zsh configuration.
2
export ZSH=$HOME/.oh-my-zsh
3

4
5
6
7
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="robbyrussell"

8
9
10
# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"

11
# Comment this out to disable weekly auto-update checks
12
13
14
15
# export DISABLE_AUTO_UPDATE="true"

# Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true"
16

17
18
19
# Uncomment following line if you want to disable autosetting terminal title.
# export DISABLE_AUTO_TITLE="true"

20
21
22
23
# 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)

24
source $ZSH/oh-my-zsh.sh
25
26

# Customize to your needs...