From d1013db98b40bce499cfb46b37757184b658e620 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 26 Aug 2021 07:52:02 -0500 Subject: [PATCH] Update dot_profile --- dot_profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_profile b/dot_profile index 34f15a1..40ccadf 100644 --- a/dot_profile +++ b/dot_profile @@ -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