*-Mark Lundeberg <[EMAIL PROTECTED]>
|
| On Sat, 6 Feb 1999, Marcus Brinkmann wrote:
| 
| > shorter: export TERM=mach, or even TERM=mach.
| 
| Wouldn't just TERM=mach not be inherited by the subprocesses? (Or is it
| only bash that does so)

The name TERM should already be exported and changing its value
won't change the export status. To revoke export status you can
do 'export -n TERM' (not that you'd want to...). All exported names
can be view with just 'export'.

-- 
The only way tcsh "rocks" is when the rocks are attached to its feet
in the deepest part of a very deep lake.             (Linus Torvalds)
[EMAIL PROTECTED]   [-: .elOle. :-]   [EMAIL PROTECTED]

Reply via email to