/etc/profile 和 ~/.bashrc 或者直接在用戶的.bash_profile中添加
export PS1="[/u@/h /`pwd/`]$"
或export PS1='[\u@\h \W]\$'
為機器名着色
PS1='\[\033[1m\033[31m\][Machine_name]\[\033[0m\]\u@\h \W\$ '
/etc/profile 和 ~/.bashrc 或者直接在用戶的.bash_profile中添加
export PS1="[/u@/h /`pwd/`]$"
或export PS1='[\u@\h \W]\$'
為機器名着色
PS1='\[\033[1m\033[31m\][Machine_name]\[\033[0m\]\u@\h \W\$ '
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。