将ubuntu系统终端中显示的路径缩短

前端之家收集整理的这篇文章主要介绍了将ubuntu系统终端中显示的路径缩短前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

sudo notepadqq .bachrc


找到

if [ "$color_prompt" = yes ]; then
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt

把最后的小写w改成W。


OK了。

原文链接:https://www.f2er.com/ubuntu/354446.html

猜你在找的Ubuntu相关文章