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
Commits
5eae9421
Commit
5eae9421
authored
Dec 07, 2011
by
Max Persson
Browse files
Added message when caching packages
parent
1c4997f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/pip/_pip
View file @
5eae9421
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
_pip_all() {
_pip_all() {
# we cache the list of packages (originally from the macports plugin)
# we cache the list of packages (originally from the macports plugin)
if (( ! $+piplist )); then
if (( ! $+piplist )); then
echo -n " (caching package index...)"
piplist=($(pip search * | cut -d ' ' -f 1 | tr '[A-Z]' '[a-z]'))
piplist=($(pip search * | cut -d ' ' -f 1 | tr '[A-Z]' '[a-z]'))
fi
fi
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment