Le zsh
shell peut-il être configuré pour afficher ce qui bash
s'affiche lorsqu'une commande n'existe pas, de la même manière que ceci:
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
plutôt que l'invite ZSH:
[kahless /home/teward]% sysv-rc-conf
zsh: command not found: sysv-rc-conf
Remarque Je ne souhaite pas modifier l'invite elle-même, mais je souhaite modifier le résultat de zsh: command not found
en une sortie de type bash The program 'progname' is currently not installed. You can install it by typing:
ou similaire.
Est-ce possible avec ZSH?
The program 'progname' is currently not installed. You can install it by typing:
partie)zsh: command not found: sysv-rc-conf