Update README.md

pull/665/head
Kiranraaj 2 years ago committed by GitHub
parent 40c91905c2
commit 0af9aeb29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,9 +141,12 @@ 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 ZSH
FISH: echo "/usr/share/autojump/autojump.fish" >> ~/.fishrc `echo "/usr/share/autojump/autojump.zsh" >> ~/.zshrc`
BASH: echo "/usr/share/autojump/autojump.bash" >> ~/.bashrc FISH
`echo "/usr/share/autojump/autojump.fish" >> ~/.fishrc`
BASH
`echo "/usr/share/autojump/autojump.bash" >> ~/.bashrc`
KNOWN ISSUES KNOWN ISSUES
------------ ------------

Loading…
Cancel
Save