mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
5 lines
126 B
Bash
5 lines
126 B
Bash
if command -v brew &>/dev/null
|
|
then
|
|
FPATH="$(brew --prefix)/share/zsh/site-functions:$FPATH"
|
|
fi
|
|
FPATH="$HOME/.zfunc:$FPATH"
|