इसे करने के कई अलग-अलग तरीके हैं:
bash
मिनिट के लिए एक कमांड-लाइन तर्क के रूप में निर्दिष्ट करें , जैसा कि सल्टन ने उल्लेख किया है।
- Windows
SHELL
वातावरण चर को / usr / bin / bash पर सेट करें ।
- सुनिश्चित करें कि आपके Cygwin परिवेश में आपके पास / etc / passwd (mkpasswd (1) देखें) है, और अपने UID / usr / bin / bash के लिए शेल सेट करें। Cygwin एक chsh या usermod कमांड की आपूर्ति नहीं करता है, इसलिए यदि आप इस विधि का उपयोग करना चाहते हैं, तो संभवतः आपको फ़ाइल को हाथ से संपादित करना होगा।
मिनिटेट (1) मैनपेज से:
INVOCATION
If a program name is supplied on the command line, this is executed
with any additional arguments given. Otherwise, mintty looks for a
shell to execute in the SHELL environment variable. If that is not
set, it reads the user's default shell setting from /etc/passwd. As a
last resort, it falls back to /bin/sh. If a single dash is specified
instead of a program name, the shell is invoked as a login shell.
/path/to/mintty.exe [-i icon-file] -
, अनुगामी के साथ-
हमें एक लॉगिन शेल मिलता है जिसे मैं आमतौर पर एक स्क्रीन सत्र शुरू करता हूं।