From: Simon Ruderich Date: Sat, 30 Mar 2013 01:13:08 +0000 (+0100) Subject: lftp/rc: Move cmd:prompt next to ftp:list-options. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=c0ac5569ef943a2f5f828706d2d38de9f655e295 lftp/rc: Move cmd:prompt next to ftp:list-options. --- 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