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, bash
tells you so, but zsh
no.
Is there any way to fix this?
source
again. Shame that last line:zsh: command not found: man2html
. If it was not there, it would be perfect. But that is probably just a small detail. Thanks! – Enrique Moreno Tent Jan 03 '16 at 23:59