From 7620d6601c6b4130ea8b64fc9344aee53b4a0a29 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 13 Nov 2023 21:58:06 -0600 Subject: [PATCH] home/file - bash_profile - remove hard-coded user --- home/files/bash/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/files/bash/bash_profile b/home/files/bash/bash_profile index 31385f3..012b0f4 100644 --- a/home/files/bash/bash_profile +++ b/home/files/bash/bash_profile @@ -1,4 +1,4 @@ -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" export PATH umask 006 if [ ! -z "${PS1}" ]