From e52c27421535b43a3d874b63fda9ea291ae05cae Mon Sep 17 00:00:00 2001 From: Nhut Duong Date: Thu, 5 Oct 2017 21:19:05 +0700 Subject: [PATCH] Use exclude pattern with RCRC variable --- rcrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcrc b/rcrc index 5505d778c7..92bdb304a0 100644 --- a/rcrc +++ b/rcrc @@ -1,2 +1,2 @@ -EXCLUDES="README.md README-ES.md LICENSE" +EXCLUDES="README*.md LICENSE" DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles"