notes/gentoo/dotfiles/.zsh/zsh-autocomplete/Tests/__init__.zsh
2025-12-03 02:44:11 -08:00

4 lines
250 B
Bash

setopt localoptions extendedglob clobber NO_aliases localloops pipefail NO_shortloops NO_unset
zmodload zsh/param/private
autoload -Uz zmathfunc && zmathfunc
builtin autoload -UWz $PWD/{Completions,Functions}/**/[_.]autocomplete(__|:)*~*.zwc(DN-.:P)