aboutsummaryrefslogtreecommitdiffstats
path: root/.lftp/rc
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-06-13 21:12:21 +0800
committerWeitian LI <liweitianux@gmail.com>2014-06-13 21:12:21 +0800
commit78f7be4e4b6501b15b5fefc9f7824bbadf0daf2a (patch)
treeb761e28709e4a6f45458c323b8870150827ef831 /.lftp/rc
parente1ce158f65c472b7c8d14c04fce94c85bc881a6c (diff)
downloaddotfiles-78f7be4e4b6501b15b5fefc9f7824bbadf0daf2a.tar.bz2
Added various dotfiles.
* Xresources * profile, xprofile, xinitrc * bash (aliases, logout, profile, rc, completion) * gitconfig * gtkrc and gtk-bookmarks * i3 configs (with py3status configs) * i3status.conf * lftp/rc * tmux.conf * xbindkeysrc * mpdconf * ncmpcpp (config and keys) * sbclrc * vifm (vifmrc, colors) * urxvt (perl extensions) * conkyrc (and conky/cronograph configs)
Diffstat (limited to '.lftp/rc')
-rw-r--r--.lftp/rc21
1 files changed, 21 insertions, 0 deletions
diff --git a/.lftp/rc b/.lftp/rc
new file mode 100644
index 0000000..f70b0c6
--- /dev/null
+++ b/.lftp/rc
@@ -0,0 +1,21 @@
+# ~/.lftp/rc
+# ~/.lftprc
+#
+# lftp configurations
+#
+# Weitian LI <liweitianux@gmail.com>
+# 2014/05/17
+#
+
+### character set {{{
+set file:charset "utf-8"
+set ftp:charset "gbk"
+### charset }}}
+
+### ssl {{{
+# fix certificate verification not trusted
+set ssl:verify-certificate no
+### ssl }}}
+
+
+# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=lftp: #