From: Simon Ruderich Date: Sun, 24 Mar 2013 14:40:31 +0000 (+0100) Subject: lftp/rc: Don't ignore .DS_Store in sync alias. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e61074956d94b4bccfc937e73bf51db3122fbe29 lftp/rc: Don't ignore .DS_Store in sync alias. --- diff --git a/lftp/rc b/lftp/rc index 3717a06..0f9eb8e 100644 --- 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 ..