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
Oh My Zsh
16ac094a43052fb57eda9503174006a84a61a414
16ac094a43052fb57eda9503174006a84a61a414
Switch branch/tag
oh-my-zsh
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
)