zsh-workers
 help / color / mirror / code / Atom feed
From: Leah Neukirchen <leah@vuxu.org>
To: zsh-workers@zsh.org
Cc: zsh-users@zsh.org
Subject: Re: Most minimal configuration challenge
Date: Sun, 28 Aug 2022 15:19:48 +0200	[thread overview]
Message-ID: <87ler8tsi3.fsf@vuxu.org> (raw)
In-Reply-To: <CAMP44s1d7Pnv5oAk4uwnBXhjYUikWSe8nqVZJuXvP4bEv1cCTA@mail.gmail.com> (Felipe Contreras's message of "Fri, 26 Aug 2022 23:30:23 -0500")

Felipe Contreras <felipe.contreras@gmail.com> writes:

> Hi,
>
> Now and again I cleanup my entire configuration for various reasons.
> By doing that multiple times I've figured out which options I really
> need, which are nice to have, and which I don't want.
>
> Sometimes I wonder if there's anybody who doesn't use some of these.
> For example, my guess is 99.99% of all people use compinit.
>
> If I was a newcomer to zsh I would probably need some of these as
> well, especially compinit.
>
> Anyway, here is the most minimal configuration I can live with:

Mine is:

setopt emacs nobeep nonomatch shnullcmd extendedglob \
       bashautolist noautomenu noalwayslastprompt
autoload -Uz compinit && compinit
WORDCHARS='*?_-.[]~&;$%^+'
PS1='%B%m%(?.. %??)%(1j. %j&.)%b %2~%B%#%b '
setopt histignoredups histignorespace incappendhistory extendedhistory
SAVEHIST=9000 HISTSIZE=9000 HISTFILE=~/.zsh_history

-- 
Leah Neukirchen  <leah@vuxu.org>  https://leahneukirchen.org/



           reply	other threads:[~2022-08-28 13:25 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <CAMP44s1d7Pnv5oAk4uwnBXhjYUikWSe8nqVZJuXvP4bEv1cCTA@mail.gmail.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ler8tsi3.fsf@vuxu.org \
    --to=leah@vuxu.org \
    --cc=zsh-users@zsh.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).