Maybe, this can help:

Welcome to Darwin!
TERM_PROGRAM: Undefined variable.


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

Rgds,

Pedro

Reply via email to