Files
dotfiles/zsh/zshrc
Dmitry Chumak 2dd4b82d87 [zsh] eval brew
2024-07-11 12:56:46 +03:00

9 lines
172 B
Bash

eval "$(/opt/homebrew/bin/brew shellenv)"
if type brew &>/dev/null
then
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
autoload -Uz compinit
compinit
fi