X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rc;h=a0063f3e2dd86c80aab0b4886937bba8deabed53;hb=0aea05d4f707ba6d6509554d9f04a5d9bd052498;hp=9c55eea96c2fdb1d1d1ca11964af40cd449ae263;hpb=1ed41bc9608bb59582cee6169a779fe4524731f3;p=config%2Fdotfiles.git diff --git a/rc b/rc index 9c55eea..a0063f3 100644 --- a/rc +++ b/rc @@ -11,3 +11,8 @@ set bmk:save-passwords yes # and transfer 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 new ".." command to go one directory up the tree. +alias .. cd .. +# Create new "..." command to go two directories up the tree. +alias ... cd ../..