From ddc9a9e010e3c65f88618d8ec016e1cc4c2185a1 Mon Sep 17 00:00:00 2001 From: Luca Bilke <luca@gmail.com> Date: Sat, 17 Sep 2022 16:46:12 +0200 Subject: [PATCH] remove insecure path var --- .config/shell/profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/shell/profile b/.config/shell/profile index 406f5717..d244a3ec 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -5,9 +5,6 @@ # Adds `~/.local/bin` to $PATH export PATH="$PATH:${$(find -L ~/.local/bin -type d -printf %p:)%%:}" -# Adds `~/.local/share/npm-global` to $PATH -export PATH="~/.npm-global/bin:$PATH" - unsetopt PROMPT_SP # Default programs: