X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=csh%2Frc;h=543b053c674e65029d13ab095278e292e5643f11;hb=8de117cba68b84d5ab5dc67b65c0765694960075;hp=f2f01a7ce3b0a9dfd66d8fc3fd5ce63aa3a6eb80;hpb=a6b198e074f582b9609f83c44d096149d9d9cc95;p=config%2Fdotfiles.git diff --git a/csh/rc b/csh/rc index f2f01a7..543b053 100644 --- a/csh/rc +++ b/csh/rc @@ -1,9 +1,10 @@ # Csh configuration file. -# Start Zsh in interactive mode, otherwise do nothing. +# Start Zsh in interactive login mode, otherwise do nothing. -l is used so Zsh +# sources .zlogin and .zlogout. if ($?prompt) then - exec zsh + exec zsh -l endif # vim: ft=csh