# Csh configuration file. # Start Zsh in interactive login mode, otherwise do nothing. -l is used so Zsh # sources .zlogin and .zlogout. if ($?prompt) then exec zsh -l endif # vim: ft=csh