diff options
author | Azat Bahawi <azat@bahawi.net> | 1970-01-01 03:00:00 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-20 11:51:54 +0300 |
commit | 38bab29776950ac2364ed64195b89887717c33de (patch) | |
tree | edaaf366a55dbe96d268019124536bc504c64e87 /lftp/.local |
Diffstat (limited to 'lftp/.local')
-rw-r--r-- | lftp/.local/etc/lftp/rc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lftp/.local/etc/lftp/rc b/lftp/.local/etc/lftp/rc new file mode 100644 index 0000000..482fb6a --- /dev/null +++ b/lftp/.local/etc/lftp/rc @@ -0,0 +1,14 @@ +set bmk:save-passwords false + +set cache:cache-empty-listings false +set cache:enable true + +set cmd:prompt "\[\e[34m\]\u\[\e[0;34m\]\@\[\e[1m\]\h\[\e[1;30m\]:\[\e[1;34m\]\w\[\e[1;30m\] > \[\e[0m\]" +set cmd:remote-completion true +set cmd:save-cwd-history false +set cmd:save-rl-history false + +set color:use-color auto + +set ftp:ssl-allow true +set ftp:ssl-force true |