找到位置:
-
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
将这两个小写的w换成大写,然后source ~/.bashrc
阅读(1179) | 评论(0) | 转发(1) |