Files
dotfiles/zsh/zshrc
2023-02-13 17:41:12 +03:00

8 lines
130 B
Bash

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