diff options
-rwxr-xr-x | mrconfig-updater | 3 |
1 files changed, 2 insertions, 1 deletions
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`" |