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