pkasemir / find-the-command

Interactive command-not-found hook for bash and zsh, that uses pacman as a backend (BTW, this shit should be completely re-written as it's very ugly)
Other
26 stars 3 forks source link

Strange java behavior #5

Open sph432 opened 1 year ago

sph432 commented 1 year ago

Find-the-command can't handle symlinks across packages, leading to a suggestion loop and a broken jar symlink.

https://asciinema.org/a/GopHNWRAOIUc1ykIAPYTvY1tO

McModknower commented 11 months ago

Please check if '/usr/bin' is part of your $PATH. If it is not, that is the problem.

sph432 commented 11 months ago

It is indeed, why wouldn't it be? I would've not reported it otherwise.