From f6f3244e5420c18b2330be7653566a0ae656c146 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Thu, 16 Jun 2022 22:20:35 +0200 Subject: [PATCH] Remove npm from path --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 16f9b1b..aee1a33 100644 --- a/.bash_profile +++ b/.bash_profile @@ -7,4 +7,4 @@ fi # User specific environment and startup programs -PATH="$PATH:$HOME/.cargo/bin:$HOME/.npm-global/bin" +PATH="$PATH:$HOME/.cargo/bin"