mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-15 20:59:51 +00:00
plugin: npx (#6152)
This commit is contained in:
committed by
Robby Russell
parent
9dab0af11f
commit
b53fbc36c1
7
plugins/npx/npx.plugin.zsh
Normal file
7
plugins/npx/npx.plugin.zsh
Normal 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)
|
||||
}
|
||||
Reference in New Issue
Block a user