X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=lftp%2Frc;h=0f9eb8eba635173947f74202c9600df18573ac36;hb=e61074956d94b4bccfc937e73bf51db3122fbe29;hp=3717a064d717cc8f816c87ae3b49cd699f377ab4;hpb=733df0002c03b0c503cb09b970c78a6dd54a4793;p=config%2Fdotfiles.git 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 ..