I love using zsh but there is one feature that bash has that I miss. It is this one:
➜ ~ bash
dbugger@mercury:~$ man2html
The program 'man2html' is currently not installed. You can install it by typing:
sudo apt-get install man2html-base
dbugger@mercury:~$ exit
exit
➜ ~ man2html
zsh: command not found: man2html
When I type a command that is not install, but it can be easily installed, bashtells you so, but zshno.
Is there any way to fix this?