feat(fish): evaluate homebrew if installed

This commit is contained in:
2025-12-16 19:57:16 +01:00
parent 8e742739bf
commit 1d97e99afa

View File

@@ -35,6 +35,10 @@ for f in ~/.config/fish/completions/user/*.fish
source $f source $f
end end
if test -f /home/linuxbrew/.linuxbrew/bin/brew
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
end
# Enable starship # Enable starship
starship init fish | source starship init fish | source