home/file - bash_profile - remove hard-coded user

This commit is contained in:
Don Harper 2023-11-13 21:58:06 -06:00
parent 3135cde52a
commit 7620d6601c

View file

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