From ca2becd321f28e134a30db79d84e14f0467e91cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Mon, 24 Dec 2012 09:12:45 +0100 Subject: [PATCH] Add alias command to installation instructions --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 585cb62..bfc0a14 100644 --- a/README +++ b/README @@ -27,11 +27,13 @@ Local installation : - Copy whole package content in ~/.local/share/autojump2 - Create a symbolic link from a bin directory (/bin, /usr/bin, ...) to ~/.local/share/autojump2/autojump2 - Add 'source ~/.local/share/autojump2/autojump2.bash' to your ~/.bashrc +- Add 'alias cd="j"' to your ~/.bashrc Bin installation - Copy whole package content in /usr/local/share/autojump2 - Create a symbolic link from a bin directory (/bin, /usr/bin, ...) to /usr/local/share/autojump2/autojump2 - Add 'source /usr/local/share/autojump2/autojump2.bash' to your ~/.bashrc +- Add 'alias cd="j"' to your ~/.bashrc A database named .autojump2.dict will be created at $AUTOJUMP2_DATA_DIR/ or ~/ if variable is not defined