home/file - bash_profile - remove hard-coded user
This commit is contained in:
parent
3135cde52a
commit
7620d6601c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
export PATH
|
||||||
umask 006
|
umask 006
|
||||||
if [ ! -z "${PS1}" ]
|
if [ ! -z "${PS1}" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue