]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lftp/rc: Don't create cwd history and transfer logs.
authorSimon Ruderich <simon@ruderich.org>
Sat, 30 Mar 2013 01:15:21 +0000 (02:15 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 30 Mar 2013 01:15:21 +0000 (02:15 +0100)
lftp/rc

diff --git a/lftp/rc b/lftp/rc
index f94041b25c7317f6b82b1217d1a91f422b079267..3fd251579751d1d79f18e876339d6d951d4f3d7e 100644 (file)
--- a/lftp/rc
+++ b/lftp/rc
@@ -28,6 +28,12 @@ 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
 
+# Don't store current directory of each server in ~/.lftp/cwd_history.
+set cmd:save-cwd-history no
+# Don't store transfer logs in ~/.lftp/transfer_log.
+set xfer:log no
+
+
 # No retries after a failed connection, prevents (long) delays e.g. for
 # automated jobs.
 set net:max-retries 1