From 1bcb17434307f0474e21ab15ffd1d5d33c59efc6 Mon Sep 17 00:00:00 2001 From: joelthelion Date: Tue, 31 Aug 2010 06:58:04 -0700 Subject: [PATCH] Updated Home (textile) --- Home.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.textile b/Home.textile index 2e07b7f..4cd7565 100644 --- a/Home.textile +++ b/Home.textile @@ -46,7 +46,7 @@ Once it is executable, run
./install.sh
It will tell you any necessar Manual installation of autojump is very simple: copy autojump to /usr/bin, autojump.sh to /etc/profile.d, and autojump.1 to /usr/share/man/man1. Make sure you source /etc/profile in your .bashrc: - source /etc/profile + ```source /etc/profile``` *AUTHORS* @@ -67,7 +67,7 @@ If you like autojump, you can (but there is really no pressure to do so!) make a For Arch Linux it is available from the [community] repository. To install, type: - pacman -S autojump + ```pacman -S autojump``` Olivier Mehani wrote an [[ebuild for gentoo|http://scm.narf.ssji.net/svn/gentoo-portage/browser/app-shells/autojump/autojump-12.ebuild]]. Thanks!