Differences between revisions 1 and 2
Revision 1 as of 2009-06-25 21:12:12
Size: 391
Editor: 41-62
Comment:
Revision 2 as of 2012-02-23 06:11:14
Size: 472
Editor: bonaccos
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Everybody on the system has to use tcsh as login shell, because this allows us to put a standard configuration into each account. But don't worry, it's no problem to change the shell for all further operations after the login. Just put `setenv SHELL /usr/sepp/bin/zsh` into your `~/.login ` file. Each terminal you start will then invoke `zsh`. Everybody on the system has to use tcsh as login shell, because this allows us to put a standard configuration into each account. But don't worry, it's no problem to change the shell for all further operations after the login. Just put `setenv SHELL /bin/zsh` into your `~/.cshrc` file (if your shell is the tcsh) or in `~/.bashrc` (if your shell is already switched to bash) . Each terminal you start will then invoke `zsh`.

How can I have zsh as my default shell?

Everybody on the system has to use tcsh as login shell, because this allows us to put a standard configuration into each account. But don't worry, it's no problem to change the shell for all further operations after the login. Just put setenv SHELL /bin/zsh into your ~/.cshrc file (if your shell is the tcsh) or in ~/.bashrc (if your shell is already switched to bash) . Each terminal you start will then invoke zsh.

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