system: Source .profile in skeleton bash_profile.
Make it consistent with bash_profile generated by Guix Home. * gnu/system/shadow.scm (default-skeletons)[bash_profile]: Source .profile in skeleton bash_profile.master
parent
a545d0adbb
commit
a4dfbead19
|
@ -151,6 +151,9 @@ alias grep='grep --color=auto'\n"))
|
|||
'useradd' in the home directory of newly created user accounts."
|
||||
|
||||
(let ((profile (plain-file "bash_profile" "\
|
||||
# Set up Guix Home profile
|
||||
if [ -f ~/.profile ]; then . ~/.profile; fi
|
||||
|
||||
# Honor per-interactive-shell startup file
|
||||
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi\n"))
|
||||
(bashrc %default-bashrc)
|
||||
|
|
Reference in New Issue