Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
993e05da50543b9c2dcc5e4fedb93afd1c8b020c
993e05da50543b9c2dcc5e4fedb93afd1c8b020c
Switch branch/tag
ohmyzsh
plugins
pip
pip.plugin.zsh
Find file
Normal view
History
Permalink
pip.plugin.zsh
71 Bytes
Edit
Web IDE
Newer
Older
add pip completion and plugin
Daniel Schauenberg
committed
Sep 01, 2010
1
# add brew completion function to path
adapt brew,gem,pip plugin to new structure
Daniel Schauenberg
committed
Oct 01, 2010
2
fpath
=(
$ZSH
/plugins/pip
$fpath
)