From 5748d2df081d6fb5711df0cd2288f8732d844a53 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 3 May 2026 23:33:08 -0500 Subject: [PATCH] task | add nodejs bin to path --- home/common/files/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/files/bash/bashrc b/home/common/files/bash/bashrc index 73de785..3681055 100755 --- a/home/common/files/bash/bashrc +++ b/home/common/files/bash/bashrc @@ -19,7 +19,7 @@ # set some global stuff first NONE='' -PATH="${HOME}/bin:/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/${USER}/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/go/bin:${HOME}/.local/bin:${HOME}/.cargo/bin:${HOME}/.local/share/gem/ruby/latest/bin" +PATH="${HOME}/bin:/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/${USER}/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/go/bin:${HOME}/.local/bin:${HOME}/.cargo/bin:${HOME}/.local/share/gem/ruby/latest/bin:${HOME}/node_modules/.bin" GOPATH="${HOME}/go" export PATH export GOPATH