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:
parent
6a529f4f92
commit
5f634d2772
16
README.md
16
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:
|
||||
|
Loading…
Reference in New Issue
Block a user