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

Updated documentation

This commit is contained in:
Simon Marache-Francisco 2009-03-30 09:47:00 +02:00
parent ea884972e6
commit 0abbcabe89

View File

@ -62,20 +62,25 @@ run::
./install.sh ./install.sh
or::
./install.zsh
depending on your shell.
Enter your root password if it asks. Enter your root password if it asks.
Add the line:: Add the line::
source /etc/profile source /etc/profile
to ``~/.bashrc`` if it isn't already there. to ``~/.bashrc`` or ``~/.zshrc`` if it isn't already there.
Troubleshoot Troubleshoot
------------ ------------
If the script fails, you may need to do:: If the script fails, you may need to do::
chmod +x install.sh chmod +x install.(z)sh
before the first step. before the first step.
@ -86,7 +91,7 @@ Manual installation of autojump is very simple: copy
- autojump.sh to /etc/profile.d, - autojump.sh to /etc/profile.d,
- autojump.1 to /usr/share/man/man1. - autojump.1 to /usr/share/man/man1.
Make sure to source ``/etc/profile`` in your ``.bashrc``:: Make sure to source ``/etc/profile`` in your ``.bashrc`` or ``.zshrc`` ::
source /etc/profile source /etc/profile