From d8111e7bf8d6990090edea7d540bbbc98bf4e889 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 7 Aug 2026 15:46:48 +0300 Subject: [PATCH] Don't hardcode npm path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 601bd76..864a319 100644 --- a/.zshrc +++ b/.zshrc @@ -306,7 +306,7 @@ function npm { ( export COLOR=1 export REACT_APP_NO_CLEAR_CONSOLE=1 - exec /usr/bin/npm $@ | cat + exec command npm $@ | cat ) }