Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 191 Bytes

Fix_Fish_not_recognizing_Brew.md

File metadata and controls

15 lines (12 loc) · 191 Bytes

Fix fish not recognizing brew

vi ~/.config/fish/config.fish
if status --is-login
  eval (/opt/homebrew/bin/brew shellenv)
end
source ~/.config/fish/config.fish