From 14449904097b197f10559c6dae109f2c7ec75a21 Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 14 Jul 2024 16:34:30 -0400 Subject: [PATCH] (bash): add npm bin to PATH --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index 18a41df..89e5b7d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -35,6 +35,7 @@ export PATH="$PATH:$(find "$HOME/.local/bin/" -type d | paste -sd ':' -)" export PATH="$PATH:$GOPATH/bin" export PATH="$PATH:$XDG_DATA_HOME/pipx/bin" export PATH="$PATH:$HOME/.cabal/bin" +export PATH="$PATH:$XDG_DATA_HOME/npm/bin" # Automatic graphical start on tty1 [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx