From 45317ed7e5949e04acef6a0920f00a369d42d593 Mon Sep 17 00:00:00 2001 From: antistereov Date: Sat, 3 Jan 2026 02:24:20 +0100 Subject: [PATCH] fix(fish): add homebrew paths before any command is running --- fish/config.fish | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fish/config.fish b/fish/config.fish index ac5d539..47fffb4 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,12 +1,12 @@ +if test -f /home/linuxbrew/.linuxbrew/bin/brew + eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) +end + if status is-interactive # Commands to run in interactive sessions can go here fastfetch end -if test -f /home/linuxbrew/.linuxbrew/bin/brew - eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) -end - # Configure GPG set GPG_TTY $(tty) # Disable fish greeting