.cshrc 中配置环境变量
.cshrc 中配置环境变量setenv 变量名 变量值setenv JAVA_HOME /home/xxx/jdk1.6.0_21快捷键alias mycd? "cd ${xxpath}/bin"