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

Shell Configuration #37

Open
rye opened this issue Apr 13, 2017 · 1 comment
Open

Shell Configuration #37

rye opened this issue Apr 13, 2017 · 1 comment

Comments

@rye
Copy link
Member

rye commented Apr 13, 2017

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:

  • We would implement something like a ~/.profile file meant to be loaded independently of by which app, to normalize environment variables.
    • From this, we would move on to implementing a smarter and smarter configuration system so that it is more dynamic and smart.
    • We could consider implementing this with a large number of debugging traces that we can turn off when we're done but still use for testing.
  • From this, we would implement some (much smaller) configurations for each of the different shells we use.

A question to be answered by @cg505, (also @Sammidysam, and @samontea):

@cg505
Copy link
Contributor

cg505 commented Jun 5, 2017

We should set the prompt but allow it to be override on a per-user basis, similarly to the emacs config.

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

2 participants