mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-01 09:58:59 +00:00
chore(config): add brew autocompletion to fpath
This commit is contained in:
@@ -356,6 +356,8 @@ export HOMEBREW_NO_ENV_HINTS=true
|
|||||||
export HOMEBREW_BUNDLE_MAS_SKIP=true
|
export HOMEBREW_BUNDLE_MAS_SKIP=true
|
||||||
export HOMEBREW_BUNDLE_FILE="$XDG_CONFIG_HOME/homebrew/Brewfile"
|
export HOMEBREW_BUNDLE_FILE="$XDG_CONFIG_HOME/homebrew/Brewfile"
|
||||||
x-have brew && {
|
x-have brew && {
|
||||||
|
# Add brew autocompletion to fpath
|
||||||
|
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
||||||
eval "$(brew shellenv)"
|
eval "$(brew shellenv)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user