From 40c91905c287c29da579d17d9925051f44664829 Mon Sep 17 00:00:00 2001 From: Kiranraaj <39441413+kiranraaj19@users.noreply.github.com> Date: Sat, 15 Oct 2022 11:51:35 +0530 Subject: [PATCH] Updated Readme.md: Adding Source files to respective shell profiles Added Additional steps to use autojump in their respective shells (Fish,Zsh,Bash). --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a57307a..9878c80 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,12 @@ Windows Windows support is enabled by [clink](https://mridgers.github.io/clink/) which should be installed prior to installing autojump. +Adding Source File to shell profiles +------- +ZSH: echo "/usr/share/autojump/autojump.zsh" >> ~/.zshrc +FISH: echo "/usr/share/autojump/autojump.fish" >> ~/.fishrc +BASH: echo "/usr/share/autojump/autojump.bash" >> ~/.bashrc + KNOWN ISSUES ------------