From 5dfc8ea9ac2ae2c5a63dfda574b87ce4b8e5b668 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 5 Feb 2015 21:13:31 +0100 Subject: [PATCH] Added gitignore plugin to zsh and used it to update .gitignore --- .gitignore | 10 +++++++++- zshrc | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b72f9be..7931d18 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + diff --git a/zshrc b/zshrc index e7b4b27..aa1a6ac 100644 --- a/zshrc +++ b/zshrc @@ -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