Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Where to put my own completions?
- X-seq: zsh-users 27715
- From: Manfred Lotz <manfred.lotz@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Where to put my own completions?
- Date: Mon, 2 May 2022 11:31:52 +0000
- Archived-at: <https://zsh.org/users/27715>
- List-id: <zsh-users.zsh.org>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author