From 313c16bdc93a98ecc41face1ccbb9d6dbdf8457a Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 20 Feb 2026 17:42:19 -0800 Subject: [PATCH] Fix mise/fish --- dotfiles/config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/fish/config.fish b/dotfiles/config/fish/config.fish index 972eb5b..f79a11a 100644 --- a/dotfiles/config/fish/config.fish +++ b/dotfiles/config/fish/config.fish @@ -10,7 +10,7 @@ if test -x /opt/homebrew/bin/brew # mise, if installed if type -q mise - mise hook fish | source + mise activate fish | source end end