1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-15 03:13:10 +00:00

Update dot_zshenv

This commit is contained in:
Thomas A. Christensen II 2021-08-26 07:53:37 -05:00
parent 412e05e9be
commit 52ea6d75be

View file

@ -6,5 +6,6 @@ elif [ -d $HOME/.linuxbrew ]; then
fi
if [ -n "$BREWPATH" ]; then
export fpath+=($BREWPATH/share/zsh/site-functions)
fpath+=($BREWPATH/share/zsh/site-functions)
export fpath
fi