From 1512d7e33dd29737d855626dd7c49f7bb7802cef Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 12 Feb 2021 15:37:29 -0500 Subject: [PATCH] Initialize RCUP with alternative config --- lib/dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dotfiles.sh b/lib/dotfiles.sh index 4da74af..fc8c725 100755 --- a/lib/dotfiles.sh +++ b/lib/dotfiles.sh @@ -26,4 +26,4 @@ else popd fi -env RCRC="$HOME/dotfiles/rcrc" rcup +env RCRC="$HOME/dotfiles-local/rcrc" rcup