From 240ac35aa88081c3fc46907e5dd9a8595ace798e Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 29 Aug 2024 14:46:38 +0300 Subject: [PATCH] chore(config): add brew autocompletion to fpath --- config/exports | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/exports b/config/exports index 07558d4..dac51d6 100755 --- a/config/exports +++ b/config/exports @@ -356,6 +356,8 @@ export HOMEBREW_NO_ENV_HINTS=true export HOMEBREW_BUNDLE_MAS_SKIP=true export HOMEBREW_BUNDLE_FILE="$XDG_CONFIG_HOME/homebrew/Brewfile" x-have brew && { + # Add brew autocompletion to fpath + FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}" eval "$(brew shellenv)" }