修正错误的字符.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-05-12 17:09:34 +08:00
parent 416080a637
commit e26a9590c8
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ sudo apt-get install flashplugin-installer
## 让 Shell 只显示当前路径 ## 让 Shell 只显示当前路径
Shell 默认显示完整路径,有时候路径比较长就非常恼人,可以设置只显示当前目录名称,修改 /.bashrc将所有 PS1 对应的小写 w 改为大写 W 即可,例如: Shell 默认显示完整路径,有时候路径比较长就非常恼人,可以设置只显示当前目录名称,修改 ~/.bashrc将所有 PS1 对应的小写 w 改为大写 W 即可,例如:
```sh ```sh
# PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' # PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '