From 5f634d27720c1b0eb120fc67229448945438b779 Mon Sep 17 00:00:00 2001 From: Robert Orzanna Date: Fri, 6 Apr 2018 11:44:24 +0200 Subject: [PATCH] Added information to add to bashrc --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15970e1..efbc1c9 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,11 @@ INSTALLATION #### Linux autojump is included in the following distro repositories, please use -relevant package management utilities to install (e.g. yum, apt-get, +relevant package management utilities to install (e.g. yum/dnf, apt-get, etc): -- Debian testing/unstable, Ubuntu, Linux Mint - - All Debian-derived distros require manual activation for policy +- Debian testing/unstable, Ubuntu, Linux Mint. All Debian-derived distros require manual activation for policy reasons, please see `/usr/share/doc/autojump/README.Debian`. - - RedHat, Fedora, CentOS (install `autojump-zsh` for zsh, `autojump-fish` for fish, etc.) - ArchLinux @@ -91,6 +88,15 @@ etc): - Frugalware - Slackware +Once the package installed, add the following lines to `~/.bashrc`: + +``` +# source autojump +if [ -f /etc/profile.d/autojump.sh ]; then + . /etc/profile.d/autojump.sh +fi +``` + #### OS X Homebrew is the recommended installation method for Mac OS X: