fish: add homebrew to PATH on macOS

This commit is contained in:
Nico 2025-06-27 17:58:15 +10:00
parent 42b72cfa0b
commit d76e9beff6

View file

@ -4,6 +4,7 @@ if status is-interactive
# match prompt symbol to OS logo # match prompt symbol to OS logo
if test -e /System if test -e /System
set pure_symbol_prompt "" set pure_symbol_prompt ""
eval "$(/opt/homebrew/bin/brew shellenv)"
else else
posix-source /etc/os-release posix-source /etc/os-release
if [ "$ID" = "nixos" ] if [ "$ID" = "nixos" ]