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