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}" ]