mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-12-07 19:58:58 +00:00
Added oh-my-zsh in all its glory
This commit is contained in:
7
.oh-my-zsh/plugins/npx/npx.plugin.zsh
Normal file
7
.oh-my-zsh/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