Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: make zstyle ignore both _* and __* commands
- X-seq: zsh-users 22766
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Filipe Silva <filipe.silva@xxxxxxxxx>
- Subject: Re: make zstyle ignore both _* and __* commands
- Date: Tue, 04 Jul 2017 11:39:20 +0000
- Cc: Zsh Users <zsh-users@xxxxxxx>, Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=6vWM22 IXJ8+xHNejofUjhfWNZLJVJaErG1ATYj+HT/s=; b=h1PvxRRr/9vGEQSFnet7Vz Xmna6uKUP5Z9EaoDQQK1bMqayoXShn9JxmSh1NIrF5QC37ik3TYrkLalbtS0l2sA 0O055I5As282nwdribk12aDxdxnmNnZQfuJFqLVrbtZUfwD3WyDDDewC4ZnjbSMX cBSn9VLIq4m7swr+zIKedSvAwV7JDZor53CKqWzmQZsn1V6OuhPWirRosVnDzT1S CHsQ5OUx8XdIga0y3DSElcVwIFy5iNW8BlHmcE8bojchn8szeSHftAeKnk9Y/dDr iPXA1Z+joJcmoNnejPeMTkbRFbUMJhwklPr2Aq2n3sm+9X5QEwwz3P5RlXdh6pdA ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=6vWM22 IXJ8+xHNejofUjhfWNZLJVJaErG1ATYj+HT/s=; b=DXzNb+6DJgcOeWabs33Fob ykKMSOHE2BaIcy3iAbJ6+B7koVFuXjbhRmenVN04Cy5KOX/IXPw7RCVIj0+QmBP3 86SUeIPvQwJC/8jR7rV/FSYbdAp24b9RMlnoQ2RbejOtgfNF5g8S6JWMaiS8lpEc UGjtfDnxCx7q8dNpNhTfizUB2XGo7t5DkB6PuYlNCZK3mE/16kMUVpjiRCzlrEib X4+liGtXsO8LvwAqHsKE/olKopYGJqmD3w/NjFMeiNu/s/YWlwK5wNc5zrB/1ALR 2bI2mc3ttwgAPjEObcNdoO/W4aIEyn84/r2pHdZ1zrGwpXSAudrE/yIKB4ARCDdg ==
- In-reply-to: <CAEwkUWPj4tmXsYb+4duNnd8QWN2bcpz_UT3v5_mObwfg3Si7Ww@mail.gmail.com>
- 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: <CAEwkUWPVcbXVk5Y3pOVt81GbV6Yr=haDLiphK9t=5dQKPpWOVg@mail.gmail.com> <20170702182042.2c129fde@ntlworld.com> <CGME20170702213844epcas5p125cd81d51a278be641770ea8454cb7f1@epcas5p1.samsung.com> <CAEwkUWMPpa0_=0mDuBoPj31i9fxkwzJ6wNEvyqhOm2e11i5Vsg@mail.gmail.com> <20170703124730.16e316a8@pwslap01u.europe.root.pri> <CAEwkUWPj4tmXsYb+4duNnd8QWN2bcpz_UT3v5_mObwfg3Si7Ww@mail.gmail.com>
Filipe Silva wrote on Tue, 04 Jul 2017 08:22 -0300:
> Is there a way to insert a newline after the headers? I tried \n and \\n
> but it did not render the expected result.
zstyle ':completion:*' format $'Completing %d\n'
You can use prompt coloring sequences there too, e.g., %B...%b for bold.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author