From e26a9590c8eb6974d69e590b3079aad49d35bec1 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Tue, 12 May 2020 17:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E7=AC=A6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/System/Linux/Editions/Ubuntu/Ubuntu_初始配置.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/System/Linux/Editions/Ubuntu/Ubuntu_初始配置.md b/Software/System/Linux/Editions/Ubuntu/Ubuntu_初始配置.md index 2ffbcdb..01177c7 100644 --- a/Software/System/Linux/Editions/Ubuntu/Ubuntu_初始配置.md +++ b/Software/System/Linux/Editions/Ubuntu/Ubuntu_初始配置.md @@ -132,7 +132,7 @@ sudo apt-get install flashplugin-installer ## 让 Shell 只显示当前路径 -Shell 默认显示完整路径,有时候路径比较长就非常恼人,可以设置只显示当前目录名称,修改 ~/.bashrc,将所有 PS1 对应的小写 w 改为大写 W 即可,例如: +Shell 默认显示完整路径,有时候路径比较长就非常恼人,可以设置只显示当前目录名称,修改 ~/.bashrc,将所有 PS1 对应的小写 w 改为大写 W 即可,例如: ```sh # PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '