From 9423bd7d2bd94f97e37f92bf3dd1110c6f5fed0b Mon Sep 17 00:00:00 2001 From: joelthelion Date: Tue, 31 Aug 2010 03:03:06 -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 4bccb19..b63d866 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. 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. +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 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!