From e6fa90c976cd401b096984955ec44cfcd95f5319 Mon Sep 17 00:00:00 2001 From: wxy Date: Fri, 21 Jul 2017 10:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- published/20170707 Bash prompt tips and tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20170707 Bash prompt tips and tricks.md b/published/20170707 Bash prompt tips and tricks.md index b47fce4135..547d2c5963 100644 --- a/published/20170707 Bash prompt tips and tricks.md +++ b/published/20170707 Bash prompt tips and tricks.md @@ -84,7 +84,7 @@ PS1="\[\e[31m\]\D{%c}\[\e[0m\] - `1;43m` :表示黄色字体(`1;33m` 表示黄色字体) - `[\e[0m]]` :它在最后将颜色恢复成系统终端默认颜色 -你可以在 [Bash prompt HOWTO](11) 这里找到更多的颜色代码,甚至可以让字符反相和闪烁!我不知道为什么地球人会有这种想法,但是你可以这么干! +你可以在 [Bash prompt HOWTO][11] 这里找到更多的颜色代码,甚至可以让字符反相和闪烁!我不知道为什么地球人会有这种想法,但是你可以这么干! 所以你最喜欢的自定义提示符是什么样子的呢?有没有让你抓狂的自定义提示符呢?请在评论里告诉我吧~