]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lftp/rc: Don't ignore .DS_Store in sync alias.
authorSimon Ruderich <simon@ruderich.org>
Sun, 24 Mar 2013 14:40:31 +0000 (15:40 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 24 Mar 2013 14:40:31 +0000 (15:40 +0100)
lftp/rc

diff --git a/lftp/rc b/lftp/rc
index 3717a064d717cc8f816c87ae3b49cd699f377ab4..0f9eb8eba635173947f74202c9600df18573ac36 100644 (file)
--- a/lftp/rc
+++ b/lftp/rc
@@ -33,7 +33,7 @@ set cmd:prompt "lftp \[\e[01;32m\]\h\[\e[00m\]:\[\e[01;34m\]\w\[\e[00m\] % "
 # 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.
-alias sync mirror --verbose --reverse --delete --dereference --exclude .DS_Store
+alias sync mirror --verbose --reverse --delete --dereference
 
 # Create "..", "..." and "...." commands to go up directory in the tree.
 alias .. cd ..