fix(fish): add homebrew paths before any command is running

This commit is contained in:
2026-01-03 02:24:20 +01:00
parent 13ecdf34a6
commit 45317ed7e5

View File

@@ -1,12 +1,12 @@
if test -f /home/linuxbrew/.linuxbrew/bin/brew
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
end
if status is-interactive if status is-interactive
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here
fastfetch fastfetch
end end
if test -f /home/linuxbrew/.linuxbrew/bin/brew
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
end
# Configure GPG # Configure GPG
set GPG_TTY $(tty) set GPG_TTY $(tty)
# Disable fish greeting # Disable fish greeting