La zsh
shell può essere configurata per mostrare ciò che bash
mostra quando un comando non esiste, in modo simile a questo:
kahless:~$ sysv-rc-conf
The program 'sysv-rc-conf' is currently not installed. You can install it by typing:
sudo apt-get install sysv-rc-conf
piuttosto che il prompt ZSH:
[kahless /home/teward]% sysv-rc-conf
zsh: command not found: sysv-rc-conf
Nota Non voglio cambiare il prompt stesso, ma voglio cambiare il risultato da zsh: command not found
un output The program 'progname' is currently not installed. You can install it by typing:
simile a bash o simile.
Questo è possibile con ZSH?
The program 'progname' is currently not installed. You can install it by typing:
parte)zsh: command not found: sysv-rc-conf