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

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

10
.gitignore vendored
View File

@ -1,2 +1,10 @@
# Created by https://www.gitignore.io
### Vim ###
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
*.swp

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