# 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 new ".." command to go one directory up the tree.
+# Create ".." and "..." commands to go up directory in the tree.
alias .. cd ..
-# Create new "..." command to go two directories up the tree.
alias ... cd ../..