ubuntu 终端$换行
Posted Image Process
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 终端$换行相关的知识,希望对你有一定的参考价值。
编辑~/.bashrc文件
sudo gedit ~/.bashrc
红色部分为添加的 \\n
if [ "$color_prompt" = yes ]; then
PS1=\'${debian_chroot:+($debian_chroot)}\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\n\\$ \'
else
PS1=\'${debian_chroot:+($debian_chroot)}\\u@\\h:\\w\\n\\$ \'
fi
unset color_prompt force_color_prompt
以上是关于ubuntu 终端$换行的主要内容,如果未能解决你的问题,请参考以下文章