Adam Dewis
Adam Dewis
I also see this problem with ubuntu based instances (20.04 specifically), which as above only has $ for the prompt. Is it possible to regex match on this to make...
A work around is possible by following the instructions here https://docs.aws.amazon.com/systems-manager/latest/userguide/session-preferences-shell-config.html. and putting PS1='sh4.2$ ' In the Linux shell profile section, which is necessary to force change the prompt as...
> I cannot reproduce it on fedora 42 with bash 5.2.37 > > ``` > [anvil@krampouz ~/git/bash-argsparse]# bash tutorial/1-basics -o 1 > Options reporting: > option2 : yes (1) >...