mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Disable zsh file globbing when running pip (#5348)
This commit is contained in:
parent
f2580833c0
commit
deadc369bf
1 changed files with 3 additions and 0 deletions
|
@ -76,3 +76,6 @@ zsh-pip-test-clean-packages() {
|
||||||
echo "the djangopypi2 index is fine"
|
echo "the djangopypi2 index is fine"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alias pip="noglob pip" # allows square brackets for pip command invocation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue