1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Added information to add to bashrc

This commit is contained in:
Robert Orzanna 2018-04-06 11:44:24 +02:00 committed by GitHub
parent 6a529f4f92
commit 5f634d2772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,14 +76,11 @@ INSTALLATION
#### Linux #### Linux
autojump is included in the following distro repositories, please use 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): etc):
- Debian testing/unstable, Ubuntu, Linux Mint - Debian testing/unstable, Ubuntu, Linux Mint. All Debian-derived distros require manual activation for policy
All Debian-derived distros require manual activation for policy
reasons, please see `/usr/share/doc/autojump/README.Debian`. reasons, please see `/usr/share/doc/autojump/README.Debian`.
- RedHat, Fedora, CentOS (install `autojump-zsh` for zsh, - RedHat, Fedora, CentOS (install `autojump-zsh` for zsh,
`autojump-fish` for fish, etc.) `autojump-fish` for fish, etc.)
- ArchLinux - ArchLinux
@ -91,6 +88,15 @@ etc):
- Frugalware - Frugalware
- Slackware - 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 #### OS X
Homebrew is the recommended installation method for Mac OS X: Homebrew is the recommended installation method for Mac OS X: