9 lines
320 B
Plaintext
9 lines
320 B
Plaintext
# Loaded by conf.d/02-fpath.zsh, BEFORE compinit.
|
|
# kind:fpath only appends to $fpath — nothing here gets sourced.
|
|
#
|
|
# path:src is required: kind:fpath appends the repo root, but the _* files
|
|
# live in src/, so without it compinit finds nothing.
|
|
|
|
# Additional completions
|
|
zsh-users/zsh-completions path:src kind:fpath
|