]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lftp/rc: Move cmd:prompt next to ftp:list-options.
authorSimon Ruderich <simon@ruderich.org>
Sat, 30 Mar 2013 01:13:08 +0000 (02:13 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 30 Mar 2013 01:13:08 +0000 (02:13 +0100)
lftp/rc

diff --git a/lftp/rc b/lftp/rc
index 9fee20192ea1065228965c59115b0bfc77ae1049..1d76629bfb25b4e97468bc177df5833dbdcdbdda 100644 (file)
--- a/lftp/rc
+++ b/lftp/rc
 # 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