mbox series

[bug#58345,0/3] Customize PS1 on foreign distributions

Message ID 20221007052738.20637-1-maxim.cournoyer@gmail.com
Headers show
Series Customize PS1 on foreign distributions | expand

Message

Maxim Cournoyer Oct. 7, 2022, 5:27 a.m. UTC
Hi!

The following fixes a usability issue, which is that users entering 'guix
shell' or 'guix environment' would not have any visual feedback in the prompt
about where they are.  I've tested it on three different foreign
distributions, and it worked well on all of them.

Thanks,

Maxim Cournoyer (3):
  guix-install.sh: Improve prompt_yes_no procedure.
  guix-install.sh: Introduce 'die' utility function.
  guix-install.sh: Add Bash prompt customization option.

 etc/guix-install.sh | 69 +++++++++++++++++++++++++++++++--------------
 1 file changed, 48 insertions(+), 21 deletions(-)