We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One aspect of this project that we haven't really covered is shell configurations.
My plan is to imitate what we did with Emacs, but this time for a shell configuration.
Generally, the process to implement this is as follows:
~/.profile
A question to be answered by @cg505, (also @Sammidysam, and @samontea):
PS1
The text was updated successfully, but these errors were encountered:
We should set the prompt but allow it to be override on a per-user basis, similarly to the emacs config.
Sorry, something went wrong.
rye
No branches or pull requests
One aspect of this project that we haven't really covered is shell configurations.
My plan is to imitate what we did with Emacs, but this time for a shell configuration.
Generally, the process to implement this is as follows:
~/.profile
file meant to be loaded independently of by which app, to normalize environment variables.A question to be answered by @cg505, (also @Sammidysam, and @samontea):
PS1
? Or should that be user-configured locally?The text was updated successfully, but these errors were encountered: