View Single Post
  #7  
Old September 22nd, 2002, 01:36 PM
sao sao is offline
member
 
Join Date: Aug 2001
Location: Singapore
Posts: 176
Thanks: 0
Thanked 0 Times in 0 Posts
sao is on a distinguished road
holmBrew,

There is a typo in /usr/share/tcsh/examples/aliases. Change the line that says:

if ("$TERM_PROGRAM" == "Apple_Terminal") then

to:

if ("$?TERM_PROGRAM" == "Apple_Terminal") then


Cheers...
__________________
Somewhere, over the rainbow,
way up high...
Reply With Quote