1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-20 22:23:28 +01:00

Merge branch 'pip_plugin'

This commit is contained in:
Daniel Schauenberg
2010-09-01 13:21:48 +02:00
2 changed files with 50 additions and 0 deletions

4
plugins/pip.plugin.zsh Normal file
View File

@@ -0,0 +1,4 @@
# add brew completion function to path
fpath=($ZSH/functions/pip $fpath)
autoload -U compinit
compinit -i