cygwin的 默认的 shell 是 bash。
为了使用C shell, 首先追加下载 tcsh。
接着,把 Cygwin.bat 中的
bash --login -i
修改为
tcsh -l
就可以使用csh了。