次のように、コマンドが存在しない場合zsh
に表示される内容を表示するようにシェルを構成できますか?bash
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
ZSHプロンプトではなく:
[kahless /home/teward]% sysv-rc-conf
zsh: command not found: sysv-rc-conf
注プロンプト自体を変更したくないのですが、結果をzsh: command not found
bashのような出力The program 'progname' is currently not installed. You can install it by typing:
または同様のものに変更したいのです。
これはZSHで可能ですか?
The program 'progname' is currently not installed. You can install it by typing:
部分と同様に、出力に含まれていたことに注意してください)zsh: command not found: sysv-rc-conf