编辑用户根目录到bashrc文件,找到
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
将上面这行代码中的小写w改为大写的W,保存退出(wq)
然后同步一下:source ~/.bashrc
如下:root@wbs-System-Product-Name:/home/wbs/design/tutorial/protein/test1# vi ~/.bashrc
root@wbs-System-Product-Name:/home/wbs/design/tutorial/protein/test1# source ~/.bashrc
以下所缩短了:
root@wbs-System-Product-Name:test1#