csh的本地配置

来源:互联网 发布:翟欣欣大学男友 知乎 编辑:程序博客网 时间:2024/05/17 03:58


.cshrc

.cshrc.xxx


alias h "history"

setenv PATH ${PATH}:${TOOLS}/bin:${TOOLS}/gnu/bin


if ( $?LD_LIBRARY_PATH == 1 ) then
  setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/home/tools/autorun/lib/ace_tao
else
  setenv LD_LIBRARY_PATH /home/tools/autorun/lib/ace_tao
endif