From 1f108239a8f7c4c12a6b94ef3995caf1939e1c9e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 31 Mar 2009 17:28:59 +0200 Subject: [PATCH] rc: Use a colorized prompt. --- rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc b/rc index ddfdccd..52e021a 100644 --- a/rc +++ b/rc @@ -9,6 +9,9 @@ set ftp:list-options -a # Store passwords in the bookmarks file. set bmk:save-passwords yes +# Use a colorized prompt. Hostname in green, current directory in blue. +set cmd:prompt "lftp \[\e[01;32m\]\h\[\e[00m\]:\[\e[01;34m\]\w\[\e[00m\] % " + # ALIASES -- 2.44.1