I'm trying to get the command-not-found
feature under Ubuntu to work under zsh, without luck:
➜ ~ pdfunite
zsh: command not found: pdfunite
➜ ~ bash
u@ub:~$ pdfunite
The program 'pdfunite' is currently not installed. You can install it by typing:
sudo apt-get install poppler-utils
Does anyone know if there is a package available that also supports zsh?
Thank you.
You have to source it in your .zshrc:
The script is part of the package command-not-found: