npx.plugin.zsh 161 B

1234567
  1. # NPX Plugin
  2. # https://www.npmjs.com/package/npx
  3. # Maintainer: Pooya Parsa <pooya@pi0.ir>
  4. (( $+commands[npx] )) && {
  5. source <(npx --shell-auto-fallback zsh)
  6. }