From c661f07b5328e8936156811a5abb33b3f3defd14 Mon Sep 17 00:00:00 2001 From: joelthelion Date: Mon, 30 Aug 2010 04:27:31 -0700 Subject: [PATCH] Updated Home (textile) --- Home.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.textile b/Home.textile index 8935b57..4bccb19 100644 --- a/Home.textile +++ b/Home.textile @@ -6,7 +6,7 @@ One of the most used shell commands is "cd". A quick survey among my friends rev j dirspec -where dirspec is a few characters of the directory you want to jump to. It will jump to the most used directory whose name matches the pattern given in dirspec. +where dirspec is a few characters of the directory you want to jump to. It will jump to the most used directory whose name matches the pattern given in dirspec. Note that autojump **isn't meant** to be a drop-in replacement for cd, but rather a complement. Cd is fine when staying in the same area of the filesystem; autojump is there to help you when you need to jump far away from your current location. Autojump supports tab-completion. Try it! Autojump should be compatible with Bash 4 and zsh. Please report any problems!