From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 19692 invoked from network); 5 Apr 2020 16:39:16 -0000 Received-SPF: pass (primenet.com.au: domain of zsh.org designates 203.24.36.2 as permitted sender) receiver=inbox.vuxu.org; client-ip=203.24.36.2 envelope-from= Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with UTF8ESMTPZ; 5 Apr 2020 16:39:16 -0000 Received: (qmail 26650 invoked by alias); 5 Apr 2020 16:39:05 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24741 Received: (qmail 12278 invoked by uid 1010); 5 Apr 2020 16:39:05 -0000 X-Qmail-Scanner-Diagnostics: from mta03.eastlink.ca by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25771. spamassassin: 3.4.4. Clear:RC:0(24.224.136.9):SA:0(-2.6/5.0):. Processed in 3.709047 secs); 05 Apr 2020 16:39:05 -0000 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.9 as permitted sender) X-Authority-Analysis: v=2.3 cv=afb6YSgt c=1 sm=1 tr=0 a=zv49KfEsxEDzuN5AGO7r0Q==:117 a=zv49KfEsxEDzuN5AGO7r0Q==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=8vwHLjmyAAAA:20 a=LYi8oVjlrUBTlOj9adAA:9 a=QEXdDO2ut3YA:10 a=ZGNO-x2lV7iPmHBllgbL:22 X-Vade-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddugddutdeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecugfetuffvnffkpffmpdfqfgfvnecuuegrihhlohhuthemuceftddtnecunecujfgurhepuffvfhfhkffffgggjggtgfesthekredttdefjeenucfhrhhomheptfgrhicutehnughrvgifshcuoehrrgihrghnughrvgifshesvggrshhtlhhinhhkrdgtrgeqnecuffhomhgrihhnpehgihhthhhusghushgvrhgtohhnthgvnhhtrdgtohhmnecukfhppedvgedrvddtjedrledtrdduleegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepvdegrddvtdejrdeltddrudelgedphhgvlhhopegludelvddrudeikedrtddrvdgnpdhmrghilhhfrhhomheprhgrhigrnhgurhgvfihssegvrghsthhlihhnkhdrtggrpdhrtghpthhtohepiihshhdquhhsvghrshesiihshhdrohhrgh X-Vade-Score: 0 X-Vade-State: 0 X-EL-IP-NOAUTH: 24.207.90.194 Subject: Re: [ANN] zsh-bin: statically-linked, hermetic, relocatable zsh To: zsh-users@zsh.org References: From: Ray Andrews Message-id: Date: Sun, 5 Apr 2020 09:38:27 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-version: 1.0 In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 8bit Content-language: en-US On 2020-04-05 8:55 a.m., Roman Perepelitsa wrote: > Install to the right directory right away: > wget https://raw.githubusercontent.com/romkatv/zsh-bin/master/install > sh ./install -d /foo/bar Works fine.  What an improvement on the standard method I hafta say.   This should be the new normal and many thanks.  BTW, I had solved the previous problem simply by adding an 'fpath' statement to .zshrc and presuming that nothing else would have been needed, that's pretty basic and robust.  One thing still seems to be missing and that's 'man'.  I deleted my old man files and now "$man zsh" finds nothing.  I see the new ones there tho, so how to get them firing up?  (It would be nice is man pages identified their version so you know you've been upgraded.)  If the man pages can be found in the install path that's very nice, but of course I can move them over to the standard location too as required. Thanks Roman, that's one hell of an improvement for a regular plebe like me.