blob: 1a170f5c335fc9dd93a7ca03bc90f10b9be2d75f (
plain)
1
2
3
4
5
6
|
# this file is processed only when csh is running as a login (top-level) shell
# and should contain commands to be run once per session, e.g. setting
# environment variables and terminal-specific settings
setenv EDITOR vi
setenv PAGER less
|