1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-09 04:51:46 +08:00
ohmyzsh/plugins/pip.plugin.zsh

5 lines
106 B
Bash
Raw Normal View History

2010-09-01 19:21:11 +08:00
# add brew completion function to path
fpath=($ZSH/functions/pip $fpath)
autoload -U compinit
compinit -i