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
deadc369
Commit
deadc369
authored
Aug 26, 2016
by
Kevin Ndung'u
Committed by
Marc Cornellà
Aug 26, 2016
Browse files
Disable zsh file globbing when running pip (#5348)
parent
f2580833
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/pip/pip.plugin.zsh
View file @
deadc369
...
...
@@ -76,3 +76,6 @@ zsh-pip-test-clean-packages() {
echo
"the djangopypi2 index is fine"
fi
}
alias
pip
=
"noglob pip"
# allows square brackets for pip command invocation
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