Added gitignore plugin to zsh and used it to update .gitignore
This commit is contained in:
parent
9e0874ea07
commit
5dfc8ea9ac
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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
2
zshrc
|
@ -1,7 +1,7 @@
|
||||||
#oh-my-zsh
|
#oh-my-zsh
|
||||||
ZSH=~/.dotfiles/oh-my-zsh
|
ZSH=~/.dotfiles/oh-my-zsh
|
||||||
ZSH_THEME="agnoster"
|
ZSH_THEME="agnoster"
|
||||||
plugins=(sudo colored-man git)
|
plugins=(sudo colored-man git gitignore)
|
||||||
setopt correct
|
setopt correct
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user