Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: History
- X-seq: zsh-users 5348
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: History
- Date: Mon, 16 Sep 2002 06:08:09 +0000
- In-reply-to: <20020915083631.GA334@os>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020910173015.GA25731@os> <15742.18195.265640.747347@xxxxxxxxxxxxxxxxxxxxxxx> <20020911053928.GA234@os> <1020911092846.ZM2431@xxxxxxxxxxxxxxxxxxxxxxx> <20020911114230.GA345@os> <1020914212240.ZM15353@xxxxxxxxxxxxxxxxxxxxxxx> <20020915083631.GA334@os>
On Sep 15, 10:36am, GoTaR wrote:
}
} I've found another solution. After
}
} alias cd='builtin cd'
} ^^
} (without space!) mc calls ' cd `echo "..."`' - it ommits 'builtin'
} keyword, so the command is leaded by space
That's very interesting. It's not, as far as I can tell, a documented
behavior of Midnight Commander, so it's probably an accident.
I don't know if this thread is worthy of a zsh FAQ entry or not. If it
is, it's probably worth mentioning that the MC_CONTROL_FILE environment
variable can be a clue that your rc files need to do different setup
(e.g., I wouldn't recommend using themed prompts within mc). However,
it's only a clue, because not all compilations of mc export that, and
there doesn't appear to be anything mc consistently does to identify
itself to the subservient shell.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author