From 3645a4cfbe8dc84981a8b8146f861e2e533954c3 Mon Sep 17 00:00:00 2001 From: sloane <1699281+sloanelybutsurely@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:29:35 -0400 Subject: [PATCH] don't auto-allow direnv --- .config/fish/functions/worktree.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/fish/functions/worktree.fish b/.config/fish/functions/worktree.fish index c9ac3a7..cba2e2a 100644 --- a/.config/fish/functions/worktree.fish +++ b/.config/fish/functions/worktree.fish @@ -42,5 +42,4 @@ function worktree end cd ../$dirname - direnv allow end