-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation instructions are incomplete #9
Comments
Hi, The first steps are omitted because I thought it'd be more convenient to simply install the Python version first, then overriding it by |
I think that would be really helpful. |
I wonder why this app should be depended to the original autojump. I removed python version and installed this, realized that shell files doesn't exist anymore, so I had to make a simple function in my fish to make it work. function j -d "Autojump alias" -w "autojump"
cd (env AUTOJUMP_SOURCED=1 autojump $argv)
end Can't those shell files be a part of the package and ask user to source them in the shell configs? |
For an easier shell integration, maybe implement something like |
Thanks for porting and maintaining autojump! I had the same idea and now I'm glad that I don't have to do it myself.
It seems that not all the installation instructions are present in this repo, namely function definitions, completion setup and shell integration. Are you planning to provide those?
The text was updated successfully, but these errors were encountered: