क्या यह 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
को बैश-जैसे 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