Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Start mc with every new shell
- X-seq: zsh-users 10963
- From: Peter Stephenson <pws@xxxxxxx>
- To: "zsh-users@xxxxxxxxxx" <zsh-users@xxxxxxxxxx>
- Subject: Re: Start mc with every new shell
- Date: Thu, 9 Nov 2006 15:12:02 +0000
- In-reply-to: <op.tiq7azljgcfkni@localhost>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Cambridge Silicon Radio
- References: <op.tiq7azljgcfkni@localhost>
chesss <testingagain@xxxxxxxxx> wrote:
> I tried:
> 1. adding mc to .zshrc, but it hangs the chell . adding mc to .bashrc
> works.
Have you tried something like:
if [[ -z $ZSH_IN_MC ]]; then
export ZSH_IN_MC=1
mc
fi
which works for me (as far as I can see, anyway, I'm not an expert on mc)?
bash may have some automatic method of detection.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php
Messages sorted by:
Reverse Date,
Date,
Thread,
Author