We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efad46 commit d53f86eCopy full SHA for d53f86e
dotfiles/.zshrc.d/python.plugin.zsh
@@ -38,7 +38,7 @@ debugpy() {
38
}
39
40
pyright() {
41
- if [[ -e .venv/lib/*/site-packages/pyright/dist/index.js ]]; then
+ if [[ -e .venv/lib/*/site-packages/pyright/dist/index.js(#qN) ]]; then
42
# installed via pypi
43
node .venv/lib/*/site-packages/pyright/dist/index.js "$@"
44
else
0 commit comments