Enabled git plugin for oh-my-zsh

This commit is contained in:
Dreaded_X 2015-02-05 20:52:01 +01:00
parent 2fa144eaf4
commit 9f0f70588e

2
zshrc
View File

@ -1,7 +1,7 @@
#oh-my-zsh
ZSH=~/.dotfiles/oh-my-zsh
ZSH_THEME="agnoster"
plugins=(sudo colored-man)
plugins=(sudo colored-man git)
setopt correct
source $ZSH/oh-my-zsh.sh