mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-13 03:39:50 +00:00
add pip completion and plugin
This commit is contained in:
4
plugins/pip.plugin.zsh
Normal file
4
plugins/pip.plugin.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
# add brew completion function to path
|
||||
fpath=($ZSH/functions/pip $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
Reference in New Issue
Block a user