From 39f74162eb0d88e26f1ad4084023110fa0348a57 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 7 Nov 2022 15:10:32 +0000 Subject: [PATCH] Don't auto-update on setup No point and it can churn the dotfiles --- setup.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.fish b/setup.fish index ce60c22..011a94c 100644 --- a/setup.fish +++ b/setup.fish @@ -1,2 +1,2 @@ # curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher -fisher update +# fisher update