From 96f7f075e23d191c3dacf6589875fae111a32de3 Mon Sep 17 00:00:00 2001 From: Marvin Elsen Date: Wed, 30 Apr 2025 11:09:57 +0200 Subject: [PATCH] Run brew shellenv on fish startup --- fish/.config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 647be6e..3fb1484 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,3 +1,5 @@ +brew shellenv | source + if status is-interactive fzf --fish | source starship init fish | source