[zsh] eval brew

This commit is contained in:
Dmitry Chumak
2024-07-11 12:56:46 +03:00
parent 98f19403cc
commit 2dd4b82d87

View File

@@ -1,3 +1,4 @@
eval "$(/opt/homebrew/bin/brew shellenv)"
if type brew &>/dev/null
then
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"