zsh-workers
 help / color / mirror / code / Atom feed
* Re: Most minimal configuration challenge
       [not found] <CAMP44s1d7Pnv5oAk4uwnBXhjYUikWSe8nqVZJuXvP4bEv1cCTA@mail.gmail.com>
@ 2022-08-28 13:19 ` Leah Neukirchen
  0 siblings, 0 replies; only message in thread
From: Leah Neukirchen @ 2022-08-28 13:19 UTC (permalink / raw)
  To: zsh-workers; +Cc: zsh-users

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/



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-28 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAMP44s1d7Pnv5oAk4uwnBXhjYUikWSe8nqVZJuXvP4bEv1cCTA@mail.gmail.com>
2022-08-28 13:19 ` Most minimal configuration challenge Leah Neukirchen

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).