From ec2758e9d8d976e2fcefbd94d37b9df28e466599 Mon Sep 17 00:00:00 2001 From: Kiranraaj <39441413+kiranraaj19@users.noreply.github.com> Date: Sat, 15 Oct 2022 11:58:06 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cfc65c7..bb011fb 100644 --- a/README.md +++ b/README.md @@ -139,13 +139,13 @@ 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 +Adding source File to shell profiles ------- -ZSH -`echo "/usr/share/autojump/autojump.zsh" >> ~/.zshrc` -FISH -`echo "/usr/share/autojump/autojump.fish" >> ~/.fishrc` -BASH +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