From b4327d511473fc58eb9e407f6f7f8a6a14f4711f Mon Sep 17 00:00:00 2001 From: Mark Fletcher Date: Thu, 1 Nov 2018 17:03:32 +0000 Subject: [PATCH] Add homebrew zsh completions to fpath --- runcoms/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runcoms/zshrc b/runcoms/zshrc index 6037e1b..5653ce4 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -10,6 +10,9 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" fi +# load homebrew zsh-completions +fpath=(/usr/local/share/zsh-completions $fpath) + # Customize to your needs... rbenv() { eval "$(command rbenv init -)"