]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - rc
Added ".." and "..." commands.
[config/dotfiles.git] / rc
diff --git a/rc b/rc
index 9c55eea96c2fdb1d1d1ca11964af40cd449ae263..a0063f3e2dd86c80aab0b4886937bba8deabed53 100644 (file)
--- 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 ../..