From c0ac5569ef943a2f5f828706d2d38de9f655e295 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 30 Mar 2013 02:13:08 +0100 Subject: [PATCH] lftp/rc: Move cmd:prompt next to ftp:list-options. --- lftp/rc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lftp/rc b/lftp/rc index 9fee201..1d76629 100644 --- a/lftp/rc +++ b/lftp/rc @@ -21,12 +21,13 @@ # Display all files (including hidden ones) with `ls`. 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\] % " + +# Store passwords in the bookmarks file. +set bmk:save-passwords yes + # No retries after a failed connection, prevents (long) delays e.g. for # automated jobs. set net:max-retries 1 -- 2.44.1