diff --git a/auto-fallback.js b/auto-fallback.js index 85972b7..75fb60f 100644 --- a/auto-fallback.js +++ b/auto-fallback.js @@ -15,8 +15,6 @@ command_not_found_${opts.isBash ? 'handle' : 'handler'}() { else return 127 fi - if - which npx > /dev/null if ! [[ $1 =~ @ ]]; then npx --no-install "$@" else