zsh-users
 help / color / mirror / code / Atom feed
* Where to put my own completions?
@ 2022-05-02 11:31 Manfred Lotz
  2022-05-02 13:07 ` Daniel Shahaf
  2022-05-04  9:10 ` zzapper
  0 siblings, 2 replies; 4+ messages in thread
From: Manfred Lotz @ 2022-05-02 11:31 UTC (permalink / raw)
  To: zsh-users

I have some completions outsided of packages. Once I decided to put those
completions into ~/.zfunc directory and define things like follows

fpath+=~/.zfunc
autoload -Uz compinit
zstyle ':completion:*' menu select
compinit


Question: Is there a recommended directory where to put completions into, or is
it just like "Do what you want!" ?


-- 
Manfred


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-04  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02 11:31 Where to put my own completions? Manfred Lotz
2022-05-02 13:07 ` Daniel Shahaf
2022-05-02 18:06   ` Manfred Lotz
2022-05-04  9:10 ` zzapper

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