]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added ".." and "..." commands.
authorSimon Ruderich <simon@ruderich.com>
Wed, 27 Aug 2008 16:45:34 +0000 (17:45 +0100)
committerSimon Ruderich <simon@ruderich.com>
Wed, 27 Aug 2008 16:45:34 +0000 (17:45 +0100)
They go up one/two directories.

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 ../..