support using different login shell #897
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "DrSensor/ly:feature/login_shell"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What are the changes about?
This add a config to use different login shell when entering a session.
What existing issue does this resolve?
N/A (no issue attached)
This can slim down the memory consumption when using different login shell other than
/bin/sh.When you use different login shell it may look like this:
notice there is 2 different shell spawned
Pre-requisites
@DrSensor I'm not sure this makes sense, especially since you can change /bin/sh to be your preferred shell. What are the savings in memory usage you found?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.