只需要编辑文档 “~/.bashrc” 即可。
打开 “~/.bashrc”,找到以下内容:
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$
修改为:
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\$
保存后退出编辑器,
再执行如下命令:
. ~/.bashrc
或者:
source ~/.bashrc
说明:“. ~/.bashrc” & "source ~/.bashrc" 只需要任意运行其一即可。
修改后的效果:
moran@linux:$ pwd
/home/moran/program/driver_study/globalmem
moran@linux:$