Blob Blame History Raw
diff --git a/bin/autojump.zsh b/bin/autojump.zsh
index fbc0960..7d88786 100644
--- a/bin/autojump.zsh
+++ b/bin/autojump.zsh
@@ -9,12 +9,6 @@ if [[ -d ~/.autojump/functions ]]; then
 fi
 
 
-# set homebrew installation paths
-if command -v brew &>/dev/null && [[ -d "$(brew --prefix)/share/zsh/site-functions" ]]; then
-    fpath=("$(brew --prefix)/share/zsh/site-functions" ${fpath})
-fi
-
-
 # set error file location
 if [[ "$(uname)" == "Darwin" ]]; then
     export AUTOJUMP_ERROR_PATH=~/Library/autojump/errors.log
-- 
2.6.2