X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <18898454.post@talk.nabble.com> Date: Fri, 8 Aug 2008 13:22:16 -0700 (PDT) From: CheapLisa To: cygwin AT cygwin DOT com Subject: Re: How to replace default bash window with rxvt / bash shell? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Nabble-From: lisa AT purpleblade DOT net References: <18895814 DOT post AT talk DOT nabble DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m78KNBjj009475 thanks for the help. It did launch bash so I am a little further along. I still need to get multiple tabs (integrate screen) into the command and believe I have it after some experimentation: rxvt -e screen /usr/bin/bash --login -i so rxvt executes both screen and bash but another window pops up before and goes away. This is a little annoying but I can live with it. René Berber-2 wrote: > > CheapLisa wrote: > >> I want to replace the default cygwin bash window with something where I >> can >> have multiple tabs >> or tab like features. I do not know of any command line commando that >> would >> not want this feature >> and hope that in the future something else would be provided by default. >> >> It looks like the best combination is "rxvt" and "screen" used together. > > There's other options with real tabs, Terminator is one, another was > discussed recently on this list. They all have glitches, I use mrxvt > but that one needs Cygwin/X or similar running. > >> So I was able to crate an rxvt.bat file and create a short cut to it >> (icon >> on desktop) >> but when it launches it is not the bash shell nor is it a login shell. > > You don't need a batch file, just create a shortcut, edit its properties > and put something like: > > C:\cygwin\bin\rxvt.exe -sl 2048 -geometry +56+616 -e /bin/bash --login -i > > in the target field. You may also add a nice icon (for instance > C:\Cygwin\cygwin.ico) > >> When I do $echo $SHELL, I get /bin/sh and when I type $alias, I get >> nothing >> so it has not sourced my environment config files. > > That's controlled by the parameters you pass to bash, that's why the > "--login -i" is there above. > > [snip] >> Also when running the screen command I always get some text and then >> instructions >> to press the spacebar/or enter. That is very nice but how is this >> surpressed? > > Don't use screen (not recently anyway) but isn't it there a "quiet" > option? > -- > René Berber > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > > -- View this message in context: http://www.nabble.com/How-to-replace-default-bash-window-with-rxvt---bash-shell--tp18895814p18898454.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/