Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 72f1ed943be63e8675fe7965593ea18f > files > 34

dotfile-tcsh-1.4-7mdk.i586.rpm

<h1>TCSH version</h1>
This module is made for tcsh version 6.06.<br>
Version 6.05 is compatible though, except for the variables listflags
and promptchars.

<h1>The Manual</h1>
The <a href="http://www.imada.sdu.dk/Technical/Manpages/tcsh/">tcsh manual</a> is available via world wide web. This page is the one
which comes with your tcsh installation, so you might have it 'at home'

<h1><a name="howToUse">How to use the output</a></h1>
You have to two possibilities:
<ul>
  <li> You may generate directly to your <b>~/.tcshrc</b> file. This is
       recomented if you do <i>NOT</i> have a <b>~/.tcshrc</b> file
       allready, and do <i>NOT</i> plan to add additional code to the
       output (ie. conditions).
  <li> You may generate to an other file than <b>~/.tcshrc</b>
       (i.e. <b>~/.tcsh-dotfile</b>). this file may then be sourced in your
       original <b>~/.tcshrc</b> file, with the command <i>source</i>. The
       source command should be before any key bindings (the command
       binkey), since the page <b>userdefined bindings</b>, will write
       either <b>bindkey -e</b> or <b>bindkey -v</b>, which resets all
       key bindings.   The source line may look like this: <b>source
       ~/.tcsh-dotfile</b> 
</ul>