mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge ec2758e9d8
into 06e082c918
This commit is contained in:
commit
7d6fc6270a
11
README.md
11
README.md
@ -94,7 +94,7 @@ troubleshoot and submit enhancements and fixes.
|
|||||||
|
|
||||||
Grab a copy of autojump:
|
Grab a copy of autojump:
|
||||||
|
|
||||||
git clone git://github.com/wting/autojump.git
|
git clone https://github.com/wting/autojump
|
||||||
|
|
||||||
Run the installation script and follow on screen instructions.
|
Run the installation script and follow on screen instructions.
|
||||||
|
|
||||||
@ -139,6 +139,15 @@ Windows
|
|||||||
Windows support is enabled by [clink](https://mridgers.github.io/clink/)
|
Windows support is enabled by [clink](https://mridgers.github.io/clink/)
|
||||||
which should be installed prior to installing autojump.
|
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
|
KNOWN ISSUES
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user