Browse code

Updating default .zshrc template file to include plugins declaration

Robby Russell authored on 03/06/2010 at 19:05:12
Showing 1 changed files
... ...
@@ -14,6 +14,10 @@ export ZSH_THEME="robbyrussell"
14 14
 # Uncomment following line if you want to disable colors in ls
15 15
 # export DISABLE_LS_COLORS="true"
16 16
 
17
+# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
18
+# Example format: plugins=(rails git textmate ruby lighthouse)
19
+plugins=(git)
20
+
17 21
 source $ZSH/oh-my-zsh.sh
18 22
 
19 23
 # Customize to your needs...