From 245c01d03b472118d212d97ddc1d9962399bf049 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 10 Jan 2018 10:47:39 -0200 Subject: Remove .dotfiles from FOLDERS at mrconfig-updater as it now lives inside the apps/ project --- mrconfig-updater | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mrconfig-updater b/mrconfig-updater index 1403276..62f7349 100755 --- a/mrconfig-updater +++ b/mrconfig-updater @@ -13,8 +13,9 @@ # # Configuration +#FOLDERS="apps file code .dotfiles" +FOLDERS="apps file code" MRCONFIG="$HOME/.custom/mrconfig-automatic" -FOLDERS="apps file code .dotfiles" DEPTH="2" CWD="`pwd`" -- cgit v1.2.3