From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id efc28a5e for ; Thu, 2 Jan 2020 12:22:37 +0000 (UTC) Received: (qmail 12260 invoked by alias); 2 Jan 2020 12:22:29 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45193 Received: (qmail 3131 invoked by uid 1010); 2 Jan 2020 12:22:29 -0000 X-Qmail-Scanner-Diagnostics: from mail-vs1-f51.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25677. spamassassin: 3.4.2. Clear:RC:0(209.85.217.51):SA:0(-2.0/5.0):. Processed in 0.76935 secs); 02 Jan 2020 12:22:29 -0000 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.51 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=CSJ+nwa8LIEZjdLCGJKCpmUYb/qJBCntOnDxTucMQaI=; b=cILQKBJLmrkaXDg3oPnQdWD8vPB0PCW9qz9w6jX0mrtb+kQOLy6dJELedKgeF9ZHAT j8mUr/A0Ed629tA6MCrJBVKmvkI9BMVZ14Pq+Sb7nONb7WfQbGf/uO67fK0ehLizhdwr XLgUg6XRw+BGCM22NRH83XQ00KqsgRIsNvQ22maErUpQpi1w1Cj7vLaxxTO+KL4mW5tk G/zqZXrjXkIHHTzifPK9ufGpXJenS3VeAUugsU89IzMfbK1ADV/QlqDk5fxnIll9mLxy PqnV83Sc7aGgvJy+yycb856PEAAB9M8R1tN6h4f9xIohlcQ/0QjbSteSLQGKUTKKoLRC 5MjQ== X-Gm-Message-State: APjAAAX+moLWrvCvUoXRGfmDz3na1VUi3TxZvyKTuwmm+Ty6fJ1uNBmi NquGr9P4O/cxSuOpxcY+HHObYbVenLmHtFSXqms= X-Google-Smtp-Source: APXvYqwFxzBwcaOyf40xu3Fewkc2K3AFeMuCGCjkK6bJyX3GSYSGRtpF0BMxneJcy2D8cBEzFReq+MtjCpkH52h5RKY= X-Received: by 2002:a67:ee13:: with SMTP id f19mr43411776vsp.147.1577967715165; Thu, 02 Jan 2020 04:21:55 -0800 (PST) MIME-Version: 1.0 References: <63663202-4b1d-428a-b16b-5be1425e84ef@www.fastmail.com> In-Reply-To: From: Sebastian Gniazdowski Date: Thu, 2 Jan 2020 13:21:46 +0100 Message-ID: Subject: Re: Official plugin manager? To: Roman Perepelitsa Cc: Daniel Shahaf , Zsh hackers list Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2 Jan 2020 at 13:01, Roman Perepelitsa wrote: > > On Thu, Jan 2, 2020 at 12:04 PM Daniel Shahaf wr= ote: > > [...] let's talk about problems > > (...) > > Prompt was missing the information I was used to (the > default Bash prompt in Ubuntu shows user@host and the current > directory in different colors). I think that the prompt problem would be solved by the p-m. A simple: "zsh-pm load user/theme" added to the .zshrc would give a theme that's either decent relatively - i.e.: when compared to the default % prompt - or absolutely - in case of the user/plugin being a good theme. > Basic keys such as home, end or delete didn't work. The point 6.: the new way of packaging scripts, not through autoload functions but by sourceables - would allow bundling a few reasonable bindkey setups. I suspect that the unclean impression given by doing this by the autoloads =E2=80=93 given because it doesn't feel right to crea= te a set of functions with just a set of bindkey calls in them =E2=80=93 could= be one of the main reasons of why this isn't currently bundled. --=20 Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org