You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like installing the compiler via `curl -fsS https://dlang.org/install.sh | bash -s dmd`, but it's annoying that it overwrites my terminal prompt.
So every time I install it I have to edit the file `vi ~/dlang/dmd-<release>/activate` and comment out `export PS1="(dmd-2.097.2)${PS1:-}"`.
Can we add the option to skip overwriting PS1?
The text was updated successfully, but these errors were encountered:
Andrej Mitrovic (@AndrejMitrovic) reported this on 2023-02-05T01:57:39Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=23670
Description
The text was updated successfully, but these errors were encountered: