Browse Source

Ignore vim-plug

pull/4/head
Ein Verne 5 years ago
parent
commit
4e220968d1
  1. 1
      .gitignore
  2. 7
      .zshrc

1
.gitignore vendored

@ -1,6 +1,7 @@
vim74/*
vimfiles/*
.vim/bundle/*
.vim/autoload/plug.vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]

7
.zshrc

@ -96,7 +96,12 @@ fi
#source $ZSH/oh-my-zsh.sh
# you need to git clone [email protected]:zsh-users/antigen.git to $HOME
source $HOME/antigen/antigen.zsh
if [[ -f $HOME/antigen.zsh ]]; then
source $HOME/antigen.zsh
else
source $HOME/antigen/antigen.zsh
fi
# Load the oh-my-zsh's library.
antigen use oh-my-zsh

Loading…
Cancel
Save