Browse Source

Ignore vim-plug

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

1
.gitignore vendored

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

5
.zshrc

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

Loading…
Cancel
Save