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 13549 invoked from network); 5 Apr 2020 15:47:04 -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 15:47:04 -0000 Received: (qmail 23022 invoked by alias); 5 Apr 2020 15:46:50 -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: 24739 Received: (qmail 6727 invoked by uid 1010); 5 Apr 2020 15:46:50 -0000 X-Qmail-Scanner-Diagnostics: from mta02.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.13):SA:0(-2.6/5.0):. Processed in 2.734447 secs); 05 Apr 2020 15:46:50 -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.13 as permitted sender) X-Authority-Analysis: v=2.3 cv=LsIJNkVc c=1 sm=1 tr=0 a=zv49KfEsxEDzuN5AGO7r0Q==:117 a=zv49KfEsxEDzuN5AGO7r0Q==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=8vwHLjmyAAAA:20 a=rn9qnrwSIuu-ImQmyPwA:9 a=QEXdDO2ut3YA:10 a=ZGNO-x2lV7iPmHBllgbL:22 X-Vade-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddugdelhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfgtefuvffnkffpmfdpqfgfvfenuceurghilhhouhhtmecufedttdenucenucfjughrpefuvfhfhffkffgfgggjtgfgsehtkeertddtfeejnecuhfhrohhmpeftrgihucetnhgurhgvfihsuceorhgrhigrnhgurhgvfihssegvrghsthhlihhnkhdrtggrqeenucffohhmrghinhepghhithhhuhgsuhhsvghrtghonhhtvghnthdrtghomhenucfkphepvdegrddvtdejrdeltddrudelgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpedvgedrvddtjedrledtrdduleegpdhhvghloheplgduledvrdduieekrddtrddvngdpmhgrihhlfhhrohhmpehrrgihrghnughrvgifshesvggrshhtlhhinhhkrdgtrgdprhgtphhtthhopeiishhhqdhushgvrhhsseiishhhrdhorhhg 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 08:46:11 -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-03-26 7:20 a.m., Roman Perepelitsa wrote: Roman: > sh -c "$(curl -fsSL > https://raw.githubusercontent.com/romkatv/zsh-bin/master/install)" That was so fast I thought nothing had happened :-) One problem:  After moving the entire directory out of the default location to where I want it to be and setting link 'zsh' as appropriate:     0 /bin 3 $ zsh     /root/.zshrc:64: colors: function definition file not found     /root/.zshrc:65: select-word-style: function definition file not found     /aWorking/Zsh/Boot/zstyle:62: compinit: function definition file not found I tried setting 'module_path' but no luck.  The needed stuff is now found in:     "/aWorking/Zsh/Zsh-5.8/share/zsh/5.8/functions" How do I make these things findable?