mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
Disable zsh file globbing when running pip (#5348)
This commit is contained in:
parent
f2580833c0
commit
deadc369bf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user