Change the default user shell to zsh #59
Loading…
Reference in a new issue
No description provided.
Delete branch "z-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?
closes #11
This works fine for the root user, but prompts other non-system users if they want to create a ~/.zshrc, we could probably fix this by creating .zshrc tempfiles for every other normal user.
I'm not quite sure if the auto-suggestion works 100% correctly, because in the VM I tested it was displayed in the same color as the actually present user input, I assume this is because the vm tty can only display a low amount of colors.
The truly cursed workaround for this is to add
zsh-newuser-install() { true }
to the global zshrc (or possibly zshenv, given load order fuckery)caa2af0bb5
tobed5ef022f
Would you recommend doing this? I was thinking about using systemd-tmpfiles, but not sure if that's less cursed.
WIP: change the default user shell to zshto Change the default user shell to zsh