]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - csh/rc
csh/rc: Add, starts zsh.
[config/dotfiles.git] / csh / rc
1 # Csh configuration file.
2
3
4 # Start Zsh in interactive mode, otherwise do nothing.
5 if ($?prompt) then
6     exec zsh
7 endif
8
9 # vim: ft=csh