Skip to content

Commit

Permalink
Add homebrew zsh completions to fpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fletcher committed Nov 1, 2018
1 parent 5e73b59 commit b4327d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runcoms/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 -)"
Expand Down

0 comments on commit b4327d5

Please sign in to comment.