Adds vendor directory to excludes
This commit is contained in:
parent
0032cf3efd
commit
a3b9206bf3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
DOTFILES_DIR=$HOME/.dotfiles
|
||||
DEFAULT_USER=josh
|
||||
ADOTDIR=$DOTFILES_DIR/vendor/zsh-users/antigen/
|
||||
GREP_EXCLUDE_DIR="{.git,.sass-cache,artwork,node_modules}"
|
||||
GREP_EXCLUDE_DIR="{.git,.sass-cache,artwork,node_modules,vendor}"
|
||||
|
||||
export CLICOLOR=1
|
||||
export EDITOR=vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue