npx.plugin.zsh 161 Bytes
Newer Older
Pooya Parsa's avatar
Pooya Parsa committed
1
2
3
4
5
6
7
# NPX Plugin
# https://www.npmjs.com/package/npx
# Maintainer: Pooya Parsa <pooya@pi0.ir>

(( $+commands[npx] )) && {
 source <(npx --shell-auto-fallback zsh)
}