]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
rc: Add section names.
authorSimon Ruderich <simon@ruderich.org>
Fri, 20 Mar 2009 23:30:43 +0000 (00:30 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 20 Mar 2009 23:30:43 +0000 (00:30 +0100)
rc

diff --git a/rc b/rc
index 40a044fddb6ffd3422d74de9be647e1c62c926f8..ddfdccd3c18823d98d0df7a20082f20384f159a2 100644 (file)
--- a/rc
+++ b/rc
@@ -1,12 +1,17 @@
 # lftp configuration file.
 
 
+# SETTINGS
+
 # Display all files (including hidden ones) with `ls`.
 set ftp:list-options -a
 
 # Store passwords in the bookmarks file.
 set bmk:save-passwords yes
 
+
+# ALIASES
+
 # Create "sync" command which syncs local directories with remote ones and
 # transfers all missing/outdated files. Local files which don't exist anymore
 # are removed on the server.