📄 cshrc
字号:
# Environment variables and aliases for Tornado class.# Add to .cshrc file in student home directory.# Variables preceeded by ## must be supplied by system administrator.# Base of the Tornado tree should be wind, located in student HOME directory.# Labs should also be student HOME directory.## HOME# |# ----------------------------------------# | | |# lab3 ............... lab14 wind## In solaris, the following must exist:# /usr/dt/lib# /usr/openwin/lib# ------------------------ Solaris --------------------------# Tornado environment variables (VxSIM - solaris)# If the license manager host is different from the registry host, uncomment# the following line specifying the host where the license manager daemon runs:# setenv WIND_LMHOST ##wlmdHostsetenv WIND_HOST_TYPE sun4-solaris2setenv WIND_BASE ~/windsetenv WIND_REGISTRY ##wtxregd hostnamesetenv PATH ${PATH}:${WIND_BASE}/host/${WIND_HOST_TYPE}/binsetenv GCC_EXEC_PREFIX ${WIND_BASE}/host/${WIND_HOST_TYPE}/lib/gcc-lib/setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/dt/lib:/usr/openwin/lib# Tornado aliases (VxSIM - solaris)alias ccx 'ccsimso -c -I${WIND_BASE}/target/h -DCPU=SIMSPARCSOLARIS -fno-builtin -Wall -nostdinc'alias tman 'man -M ${WIND_BASE}/host/man:${WIND_BASE}/target/man:${WIND_BASE}/host/${WIND_HOST_TYPE}/man'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -