Re: tcsh init-file like bash?
- From: Maxwell Lol <nospam@xxxxxxxxxxx>
- Date: 14 Jan 2008 17:17:59 -0500
T <g4173c@xxxxxxxxxxxx> writes:
How can I do this with the "tcsh", if possible? I have users who use
that
for there shell.
Did you try ~/.cshrc ?
This gets executed for each new terminal.
You could set en environment variable, and if it's set, the ~/.cshrc
file does something different.
if ( $?SPECIAL ) then
source /usr/local/share/file
endif
.
- References:
- tcsh init-file like bash?
- From: T
- Re: tcsh init-file like bash?
- From: T
- tcsh init-file like bash?
- Prev by Date: Re: How to filter a .csv file based on the integer value in one specific field (per record)
- Next by Date: Re: tcsh init-file like bash?
- Previous by thread: Re: tcsh init-file like bash?
- Next by thread: find command help
- Index(es):