We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nix-installed kitty is not recognized by OpenInTerminal.
kitty
OpenInTerminal
It might have something to do with the non-standard location of kitty binary.
$ which kitty /etc/profiles/per-user/lightquantum/bin/kitty $ realpath $(which kitty) /nix/store/am4nc3mx3225vq32q7vf6gf8x5fq347b-kitty-0.26.2/bin/kitty
Install kitty with nix (nix-env -i kitty). kitty is shown as not installed in OpenInTerminal.
I'm not sure how to capture logs.
OS: MacOS 12.6
Hardware: MBP 2021 with apple silicon.
Version: 2.3.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the issue?
Nix-installed
kitty
is not recognized byOpenInTerminal
.It might have something to do with the non-standard location of
kitty
binary.$ which kitty /etc/profiles/per-user/lightquantum/bin/kitty $ realpath $(which kitty) /nix/store/am4nc3mx3225vq32q7vf6gf8x5fq347b-kitty-0.26.2/bin/kitty
How does one reproduce the issue?
Install
kitty
with nix (nix-env -i kitty).kitty
is shown as not installed inOpenInTerminal
.Screenshots
Debug information (Logs, OS, Hardware, Version, etc.)
I'm not sure how to capture logs.
OS: MacOS 12.6
Hardware: MBP 2021 with apple silicon.
Version: 2.3.6
The text was updated successfully, but these errors were encountered: