Fork me on GitHub
瞬间的惊奇真是种确幸,每种确幸都是支玄妙的俳句。吊桥抬起,退回到内心幽静的花园,邂逅的还是那种熟悉的冷冷清清又轰轰烈烈的美妙质感。这真令人欢喜。

变量[^_^][T_T]

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

posted @ 2018-10-01 09:15  干嘛那么贪睡  阅读(406)  评论(0编辑  收藏  举报