转自
https://blog.csdn.net/xiang_shao344/article/details/85269113
博主
跃祥666888
为了保存一下,转存到这里。
1.在~/.bashrc中添加下面代码
#set CMD title
function set-title() {
if [[ -z “$ORIG” ]]; then
ORIG=$PS1
fi
TITLE=”\[\e]2;$*\a\]”
PS1=${ORIG}${TITLE}
}
2.set-title China
即可将title设置为China
———————
作者:跃祥666888
来源:CSDN
原文:https://blog.csdn.net/xiang_shao344/article/details/85269113
版权声明:本文为博主原创文章,转载请附上博文链接!