mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
086df6ef21
Users can override 'PS1' in ~/.bashrc if they wish. Previously, on Guix Home, the "default" 'PS1' would be set in ~/.bashrc when 'home-bash-configuration-guix-defaults?' is true, preventing users from overriding it via the 'environment-variables' field of 'home-bash-extension'. * gnu/system/shadow.scm (%default-bashrc): Remove 'PS1' setting. * gnu/system.scm (operating-system-etc-service): Define PS1 in /etc/bashrc. * gnu/home/services/shells.scm (add-bash-configuration): When 'home-bash-configuration-guix-defaults?' is true, add a default 'PS1' to ~/.bash_profile. |
||
---|---|---|
.. | ||
desktop.scm | ||
fontutils.scm | ||
guix.scm | ||
mcron.scm | ||
pm.scm | ||
shells.scm | ||
shepherd.scm | ||
ssh.scm | ||
symlink-manager.scm | ||
utils.scm | ||
xdg.scm |