zenops 0.8.3

Declarative system configuration management for shell config and dotfiles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Zsh completions
#

[pkg.zsh-completions]
supported_shells = ["zsh"]
description = "Zsh completion system initialization (compinit)."

[pkg.zsh-completions.install_hint.brew]
packages = []

[[pkg.zsh-completions.shell.interactive_init.zsh]]
type = "comment"
text = "Initialize Zsh completions"

[[pkg.zsh-completions.shell.interactive_init.zsh]]
type = "line"
line = "autoload -Uz compinit && compinit"