-
-
Notifications
You must be signed in to change notification settings - Fork 996
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
edit-in-kitty does not work #5956
Comments
Add /home/mkeisler/.local/kitty.app/bin/ to PATH and it will work, I |
Actually, it should be in PATH already. You are presumably overwriting |
Before, kitty had only one executable, however, now there are two ( If your PATH does not contain the kitty bin folder, but uses symbolic links, then you need to create one for ln -sf $HOME/.local/kitty.app/bin/kitty ~/.local/bin/kitty
ln -sf $HOME/.local/kitty.app/bin/kitten ~/.local/bin/kitten @kovidgoyal https://sw.kovidgoyal.net/kitty/binary/
|
@page-down done |
I'm not overwriting PATH, but I am using a symlinked kitty instead of having |
Ah yes, the you have to symlink kitten as well. @page-down could you please implement 4764145 for the fish shell, I am not sure of the best way to do so there. |
I went ahead and just added the kitty bin directory to my path instead. |
Yeah either will work and with my last commit, edit-in-kitty will use the full path to kitten anyway. |
Describe the bug
The edit-in-kitty command fails.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Environment details
The text was updated successfully, but these errors were encountered: