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

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

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

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

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

17
18
19
20
# 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)

21
source $ZSH/oh-my-zsh.sh
22
23

# Customize to your needs...