Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to not overwrite prompt (PS1) #667

Open
dlangBugzillaToGithub opened this issue Feb 5, 2023 · 0 comments
Open

Add ability to not overwrite prompt (PS1) #667

dlangBugzillaToGithub opened this issue Feb 5, 2023 · 0 comments

Comments

@dlangBugzillaToGithub
Copy link

Andrej Mitrovic (@AndrejMitrovic) reported this on 2023-02-05T01:57:39Z

Transferred from https://issues.dlang.org/show_bug.cgi?id=23670

Description

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant