Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: trapped in bash
- X-seq: zsh-users 22230
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: trapped in bash
- Date: Sun, 18 Dec 2016 15:06:28 +0000
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=23pdvh92eSI+5M4 TUZXjHI7Q6qk=; b=nzZSS086zcnLiaoCOPcR2kEOsU5qyJScNBnWcVgDf1wDKl2 EAu56wnpBLhwpvU/St+XgeH/98rzueEA8cSufm68oaX+JP2ZvsZIyyZUEjtu9xUX 8SVBUff6PKz6WWdsIKhCulOuzS7xQb90bFX8acP2GAMKvzS4azXO9ufXhJSU=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=23pdvh92eSI+5M 4TUZXjHI7Q6qk=; b=H4RJma7jdBeA6EjysFxSYnfvELhOjgeQ3vXqZMe8G6Tuw1 IZLJrtaCyxBV8M0pJurA1Y/FYgv2wMY9kAqrAHv19WeMKuz66HgD6v0JHPc6XAe7 SPl30PV/qJWDBnjiKtzpteVirJW6pXv2lSTGPr11doZG4sD61Ksj+CI/LsH7w=
- In-reply-to: <5855BEF2.6090208__18199.534857604$1482015164$gmane$org@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: <58540944.3030706@eastlink.ca> <20161216215117.GF2023@pug.qqx.org> <58546D36.5050908@eastlink.ca> <161216150556.ZM4016@torch.brasslantern.com> <58559FC0.3080501@eastlink.ca> <161217124354.ZM7815@torch.brasslantern.com> <5855BEF2.6090208__18199.534857604$1482015164$gmane$org@eastlink.ca>
Ray Andrews wrote on Sat, Dec 17, 2016 at 14:40:50 -0800:
> Ah ... it's the stock files in /etc/zsh, I renamed the directory and
> everything is as I expect.
If you just rename the directory, it'll be recreated the next time you
upgrade your zsh package (which is probably very soon). You could
instead 'setopt NO_GLOBAL_RCS' in .zshenv.
dpkg-divert(1) may work as well (I'm not sure how it handles directory
diversions).
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author