Updated Readme.md: Adding Source files to respective shell profiles

Added Additional steps to use autojump in their respective shells (Fish,Zsh,Bash).
pull/665/head
Kiranraaj 2 years ago committed by GitHub
parent 4a246c8a32
commit 40c91905c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
------------

Loading…
Cancel
Save