From 3ce5bbee741f894082e1e1b4586351656eb214bb Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 13 Nov 2023 22:07:06 -0600 Subject: [PATCH] home | file/bash/bashrc - remiove hardcoded name & comment out code --- home/files/bash/bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/files/bash/bashrc b/home/files/bash/bashrc index 0883cd2..31dcd03 100755 --- a/home/files/bash/bashrc +++ b/home/files/bash/bashrc @@ -24,11 +24,9 @@ YELLOW='' RED='' NONE='' export NONE GREEN YELLOW RED -PATH="/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/don/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/bin:${HOME}/go/bin" +PATH="/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}/bin:${HOME}/go/bin:${HOME}/.local/bin" export PATH export GOPATH="${HOME}/go" -#export TZ="America/Chicago" -#export TZDIR="/etc/zoneinfo" if [ -f ${HOME}/.nix-profile/etc/profile.d/hm-session-vars.sh ] then