Added gitignore plugin to zsh and used it to update .gitignore

This commit is contained in:
2015-02-05 21:13:31 +01:00
parent 9e0874ea07
commit 5dfc8ea9ac
2 changed files with 10 additions and 2 deletions

2
zshrc
View File

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