Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 5.3.1
- X-seq: zsh-users 22249
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: 5.3.1
- Date: Wed, 21 Dec 2016 15:07:51 -0800
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LQ59NNgYH9qTHWKVNmHg5C2cRQzqKeVXvntoeTlkHEk=; b=CyNZ+9ELxPFZZiCxIgG9rWaPvlh9qTp4eOmWepjwm5y9lXBELgRYQ46qXH+y5Pcmmt jor4FLA8eLTaQmSSlWKskbNhoNC5CNbIKvuYOhBojQwfcx5vT84qV7JLEqkGKPpFjROg Dgkn3ayqcujf7gzTCP1saWt/3owM92GHyL6/JmOSpf1dp0lYM2DK8QZil5BGLJ7WkAm2 6nodnbmSce/Ly3a5/MToOgZAfB6RAveK0esxm8D2eQN9g17OGMiRANWGLlJ0m0Ho5qyw 4cyzD/ibwewXoPFgEnT6F6dwkeuJqZHN0ZipvuJKbm3jwqgZz5QGHzcESKNwTaOM8Cof /6/Q==
- In-reply-to: <4436d067-0d1f-173e-ea7a-ab14e32fa215@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20161221200758.5c473159@ntlworld.com> <9974e7a9-0b41-c642-5055-a58871123069@eastlink.ca> <4436d067-0d1f-173e-ea7a-ab14e32fa215@eastlink.ca>
On Wed, Dec 21, 2016 at 2:54 PM, Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> One glitch, 'command not found: zcurses'.
Check your config.modules file. zcurses is not an autoloaded builtin,
so you have to zmodload zsh/cursers first unless you've edited
config.modules to have it load that module by default.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author