Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.0.7
- X-seq: zsh-users 19245
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: zsh 5.0.7
- Date: Mon, 13 Oct 2014 15:02:18 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1413226941; bh=NbbqD24bUZlnV0hqg7FWOaAXKvRvI+MFX1hi3aupUZo=; h=Received:Received:Received:Received:From:To:Subject:Reply-To:Date: Message-ID:MIME-Version:Content-Type; b=SHugCXySRKSYsy90Ne5fhHBok5IL9+yGolcaBY0TUsv3ZC6i+WkmkDQRhX1T1G79q HYHrr4RsbND0vDnGohz2QcE/w+oPNgX5WJN2KRhUzjppT4yM8SgjuN1dH068z3Q0pV fKIx22BmxNLDeAi1LRhTVMxuHe4KCPkwJA45D/2GH49xPsXBuNYgnNzmmD+vjSvUVA 8ocZ/FUkDyAwJKymue6vS+j0GuhzT4FFkPqMG1zopnEKOcRiQ08SZWCxPdHdNu0ujI +xg4oTHgY5/H+8TgbzGPA3bXCEZkEoZkIyx40faJqXYFjF+jnAK2jFB/oSoqIqGjA5 I950KffybR9ug==
- In-reply-to: <5439CB82.3070401@eastlink.ca> (Ray Andrews's message of "Sat, 11 Oct 2014 17:29:54 -0700")
- 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: <54397CC0.9070206@eastlink.ca> <141011131053.ZM28143@torch.brasslantern.com> <5439A54A.9060304@eastlink.ca> <141011150111.ZM28417@torch.brasslantern.com> <5439CB82.3070401@eastlink.ca>
- Reply-to: gak@xxxxxxxxxxxxxx
Hi Ray, on Debian, I build/install zsh as normal (not setting any
prefix path options, let it install in /usr/local/bin/zsh) then do
this:
update-alternatives --install /bin/zsh zsh /usr/local/bin/zsh 100 \
--slave /usr/bin/zsh zsh-usrbin /usr/local/bin/zsh
and it will have /bin/zsh and /usr/bin/zsh point to your locally built
ones instead of the Debian provided packaged ones.
i.e. /bin/zsh will be a link to /etc/alternatives/zsh which will be a
link to /usr/local/bin/zsh which you built.
Normally, /etc/alternatives/zsh would be a link to /bin/zsh4 on wheezy
(zsh package 4.3.17-1), I presume /bin/zsh5 on testing or unstable.
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author