From b66278f8283c74204e46d037f08d8cdd834c4443 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 6 Oct 2019 00:19:15 +0100 Subject: [PATCH] Add support for local dotfiles --- rcrc | 1 + 1 file changed, 1 insertion(+) diff --git a/rcrc b/rcrc index dcfe85a2..b3d6ef24 100644 --- a/rcrc +++ b/rcrc @@ -1,2 +1,3 @@ +DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles" SYMLINK_DIRS="composer zsh_profile.d" TAGS="git npm php vim zsh"