... | ... |
@@ -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... |