]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
rc: Move into lftp/ directory.
authorSimon Ruderich <simon@ruderich.org>
Sun, 24 Mar 2013 14:31:28 +0000 (15:31 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 24 Mar 2013 14:31:28 +0000 (15:31 +0100)
Also update setup.sh and .gitignore.

.gitignore
lftp/rc [moved from rc with 100% similarity]
setup.sh

index 84efc0b60125535d4e6d4279863349be482a44b5..b96f5b6098782bcc9e2302dc445c0c35554ee33e 100644 (file)
@@ -1,4 +1,4 @@
-# Ignore log and history files.
-cwd_history
-rl_history
-transfer_log
+# Ignore lftp log and history files.
+/lftp/cwd_history
+/lftp/rl_history
+/lftp/transfer_log
diff --git a/rc b/lftp/rc
similarity index 100%
rename from rc
rename to lftp/rc
index 3a55539c2b271e014b8685a4a05bc283dea84447..ac253c3ffcf7a09e57af569278ac380b3d05ed78 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -23,5 +23,5 @@ set -e
 . ../lib.sh
 
 if installed lftp; then
-    link '' ~/.lftp
+    link lftp ~/.lftp
 fi