From 27aad264ebcae48c5be90342617a246103dc83e5 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 7 May 2013 21:30:38 +0200 Subject: [PATCH] lftp/rc: Minor documentation update. --- lftp/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lftp/rc b/lftp/rc index 25fd209..ac70f49 100644 --- a/lftp/rc +++ b/lftp/rc @@ -25,7 +25,8 @@ set ftp:list-options -a # use $LS_COLORS). set color:use-color auto -# Use a colorized prompt. Hostname in green, current directory in blue. +# Use a colorized prompt. Hostname in bold green, current directory in bold +# blue. set cmd:prompt "lftp \[\e[01;32m\]\h\[\e[00m\]:\[\e[01;34m\]\w\[\e[00m\] % " -- 2.44.1