-
Notifications
You must be signed in to change notification settings - Fork 3
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
Shell Integration Not Working on Fish Shell #17
Comments
This is being built pkgxdev/pkgx#838, help welcome as I am not familiar with fish. |
Whats missing in pkgxdev/pkgx#838 for the task to be complete? |
Been a week so i don't recall precisely (sadly I am super busy with CEO duties RN) If you checkout the code and try to $ x # most complex, partially working
$ env +foo # should be easy
$ dev # again should be pretty easy I should be able to resume work on this next week, but feel free to get it working. IMO if All the code is in |
A partial workaround for
This will act very similarly to the |
Here's a "poor man's" implementation for the shell integration in Fish:
It depends on https://github.com/edc/bass for sourcing bash scripts, and the |
@JanPokorny Thanks for the workaround with Looking forward to a native Fish solution as I would like to give this shell a try. Unfortunately I have no experience with Fish and its scripting so I can't help here. |
@svenjacobs You could just run |
Sure, but I don't want to add a file to every project that my colleagues don't need 😉 Of course I could add the file to the global |
@svenjacobs The snippet I posted above adds the file to a local ignore file .git/info/exclude |
Hi
We are trying to integrate the shell to run the dev command. But unfortunately the shell integration is not working on fish shell.
Is there any way to integrate it on fish shell??
The text was updated successfully, but these errors were encountered: