diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2018-01-06 15:59:31 -0500 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2018-01-06 15:59:31 -0500 |
commit | b388fd7fdaccf2875cb5ef58c100dd7634b74bc3 (patch) | |
tree | 0aa4bf4a57af8a9813f225edb38ff15b0191b689 /plugins/pip/_pip | |
parent | a5346aae8c853152be234b5b9efe4e1b3684b371 (diff) | |
parent | c3b072eace1ce19a48e36c2ead5932ae2d2e06d9 (diff) | |
download | zsh-b388fd7fdaccf2875cb5ef58c100dd7634b74bc3.tar.gz zsh-b388fd7fdaccf2875cb5ef58c100dd7634b74bc3.tar.bz2 zsh-b388fd7fdaccf2875cb5ef58c100dd7634b74bc3.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/pip/_pip')
-rw-r--r-- | plugins/pip/_pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pip/_pip b/plugins/pip/_pip index 732ffabea..607f68e58 100644 --- a/plugins/pip/_pip +++ b/plugins/pip/_pip @@ -72,6 +72,7 @@ case "$words[1]" in install) _arguments \ '(-U --upgrade)'{-U,--upgrade}'[upgrade all packages to the newest available version]' \ + '(--user)--user[install packages to user home]' \ '(-f --find-links)'{-f,--find-links}'[URL for finding packages]' \ '(-r --requirement)'{-r,--requirement}'[Requirements file for packages to install]:File:_files' \ '(--no-deps --no-dependencies)'{--no-deps,--no-dependencies}'[iIgnore package dependencies]' \ |