Differences between revisions 8 and 9
Revision 8 as of 2020-10-22 07:31:29
Size: 561
Editor: bonaccos
Comment:
Revision 9 as of 2020-10-22 07:36:07
Size: 603
Editor: bonaccos
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Everybody on the system has to use `bash` as login shell, because this allows us to put a standard configuration into each account. Everybody on the system has to use `bash` as login shell, because this allows us to put a standard configuration into each account. This remains the default shell of a User.

How can I have zsh as my default shell?

Everybody on the system has to use bash as login shell, because this allows us to put a standard configuration into each account. This remains the default shell of a User.

But don't worry, it's no problem to change the shell for all further operations after the login. Just put export SHELL=/bin/zsh into your ~/.bashrc or setenv SHELL /bin/zsh in your ~/.cshrc (in case you where not yet switched to bash as default shell and still have it set to tcsh) and then exec the shell wanted.


CategoryLXCL

FAQ/ZshAsDefaultShell (last edited 2023-02-22 11:46:38 by bonaccos)