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

Update dot_profile

This commit is contained in:
Thomas A. Christensen II 2021-08-26 07:52:02 -05:00
parent e1f5ca6e92
commit d1013db98b

View file

@ -12,8 +12,5 @@ elif [ -d $HOME/.linuxbrew ]; then
fi
if [ -n "$BREWPATH" ]; then
if [[ "$SHELL" =~ "zsh" ]]; then
export fpath+=($BREWPATH/share/zsh/site-functions)
fi
eval "$($BREWPATH/bin/brew shellenv)"
fi