From: Simon Ruderich Date: Tue, 31 Mar 2009 15:28:59 +0000 (+0200) Subject: rc: Use a colorized prompt. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=1f108239a8f7c4c12a6b94ef3995caf1939e1c9e rc: Use a colorized prompt. --- 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