[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [jed] through ssh got Type Mismatch



Title: RE: [jed] through ssh got Type Mismatch

Thanks john,
  the problem is fixed by add following script in .bash_profile

   1. export PATH
   2. if [ "$TERM" = "rxvt-unicode" ]; then
   3.        TERM="rxvt"
   4.        export TERM
   5. fi

BR
--Lechee