X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=csh%2Frc;h=0fdc66a26d4288a1bb2ec8030e61db1ddf306b4f;hb=HEAD;hp=543b053c674e65029d13ab095278e292e5643f11;hpb=8de117cba68b84d5ab5dc67b65c0765694960075;p=config%2Fdotfiles.git diff --git a/csh/rc b/csh/rc deleted file mode 100644 index 543b053..0000000 --- a/csh/rc +++ /dev/null @@ -1,10 +0,0 @@ -# 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