plugin: npx (#6152)

This commit is contained in:
Pooya Parsa
2017-11-06 18:18:56 +03:30
committed by Robby Russell
parent 9dab0af11f
commit b53fbc36c1
2 changed files with 24 additions and 0 deletions

View File

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