变量[^_^][T_T]source .bashrcget_ps1(){if [ "$?" = "0" ]then#we're on the system console or maybe telnetting inexport PS1="[^_^] h W\$ "else#we're not on the console, assume an xtermexport PS1="[T_T] h W\$ "fi}PROMPT_COMMAND=get_ps1