Linux 我的配置

終端提示符自定義:

if [ "$color_prompt" = yes ]; then
    PS1='\[\033[01;34m\][\t]\[\033[00m\]\n${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\[\033[00m\]:[\[\033[01;34m\]\W\a\[\033[00m\]]\$ '
else
    PS1='[\[\033[01;34m\]\t\[\033[00m\]]\n${debian_chroot:+($debian_chroot)}\u@:[\[\033[01;34m\]\W\a\[\033[00m\]]\$ '
fi


效果:

[09:47:37]
user@:[dir]$


終端字體顏色:

#609165


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章