X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=rc;h=33381cfcac94aea406294aaa0fec77e7239b20f3;hb=64d495977a9e3979435538b34e03936f989d5f0b;hp=9c55eea96c2fdb1d1d1ca11964af40cd449ae263;hpb=1ed41bc9608bb59582cee6169a779fe4524731f3;p=config%2Fdotfiles.git diff --git a/rc b/rc index 9c55eea..33381cf 100644 --- a/rc +++ b/rc @@ -7,7 +7,11 @@ set ftp:list-options -a # Store passwords in the bookmarks file. set bmk:save-passwords yes -# Create new "command" sync which will sync local directories with remote ones -# and transfer all missing/outdated files. Local files which don't exist -# anymore are removed on the server. +# 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 + +# Create ".." and "..." commands to go up directory in the tree. +alias .. cd .. +alias ... cd ../..