Skip to content

Commit

Permalink
Ensure brew completions in fpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
gotgenes committed Jun 19, 2024
1 parent 9314c69 commit dd358c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions private_dot_config/zsh/dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ typeset -aU path


# Load autocompletions
if [[ -v HOMEBREW_PREFIX ]]; then
zinit fpath "$HOMEBREW_PREFIX/share/zsh/site-functions"
fi
source "$XDG_CONFIG_HOME/zsh/completion.zsh"

export HISTFILE="$XDG_DATA_HOME/zsh/history"
Expand Down

0 comments on commit dd358c7

Please sign in to comment.