Kann die zsh
Shell so konfiguriert werden, dass angezeigt wird, was bash
angezeigt wird, wenn ein Befehl nicht vorhanden ist?
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
anstatt der ZSH-Eingabeaufforderung:
[kahless /home/teward]% sysv-rc-conf
zsh: command not found: sysv-rc-conf
Hinweis Ich möchte die Eingabeaufforderung selbst nicht ändern, aber ich möchte das Ergebnis von zsh: command not found
in eine bash-ähnliche Ausgabe von The program 'progname' is currently not installed. You can install it by typing:
oder ähnlichem ändern .
Ist das mit ZSH möglich?
The program 'progname' is currently not installed. You can install it by typing:
Teil)zsh: command not found: sysv-rc-conf