]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - csh/rc
543b053c674e65029d13ab095278e292e5643f11
[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