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