]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - csh/rc
csh/rc: Start zsh as login shell.
[config/dotfiles.git] / csh / rc
1 # Csh configuration file.
2
3
4 # Start Zsh in interactive login mode, otherwise do nothing. -l is used so Zsh
5 # sources .zlogin and .zlogout.
6 if ($?prompt) then
7     exec zsh -l
8 endif
9
10 # vim: ft=csh