feat: add zsh as default login shell and config#37
Draft
hanthor wants to merge 2 commits intoprojectbluefin:mainfrom
Draft
feat: add zsh as default login shell and config#37hanthor wants to merge 2 commits intoprojectbluefin:mainfrom
hanthor wants to merge 2 commits intoprojectbluefin:mainfrom
Conversation
- Build zsh 5.9 from source via autotools (elements/bluefin/zsh.bst) - Install sane /etc/skel/.zshrc and /etc/skel/.zshenv defaults - Set SHELL=/usr/bin/zsh in /etc/default/useradd for new users - Register /usr/bin/zsh and /bin/zsh in /etc/shells - Wire both elements into bluefin/deps.bst
Contributor
|
I'm +1 on this but is a significant enough change that we should get feedback from the others on this one! |
hanthor
commented
Feb 19, 2026
| alias jc='journalctl' | ||
| alias jcu='journalctl --user' | ||
|
|
||
| # ─── Tool Integrations (gracefully skip if not installed) ──────────── |
Member
Author
There was a problem hiding this comment.
This all the bluefin-cli stuffs
castrojo
reviewed
Feb 19, 2026
| setopt HIST_IGNORE_DUPS # no consecutive dupes | ||
| setopt HIST_IGNORE_SPACE # skip commands prefixed with space | ||
| setopt HIST_VERIFY # show history substitution before running | ||
| setopt SHARE_HISTORY # share across sessions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds zsh to the image and sets it as the default login shell for new users.