1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00
Files
oh-my-zsh/plugins/brew/brew.plugin.zsh
2010-10-01 10:55:44 +02:00

5 lines
107 B
Bash

# add brew completion function to path
fpath=($ZSH/functions/brew $fpath)
autoload -U compinit
compinit -i