zenops 0.9.0

Declarative system configuration management for shell config and dotfiles.
Documentation
#
# Always-on PATH additions
#

[pkg.local-bin]
description = "Append ~/.local/bin to PATH."

[pkg.local-bin.install_hint.brew]
packages = []

[[pkg.local-bin.shell.env_init.bash]]
type = "comment"
text = "Local user binaries"

[[pkg.local-bin.shell.env_init.bash]]
type = "path_append"
value = "~/.local/bin"

[[pkg.local-bin.shell.env_init.zsh]]
type = "comment"
text = "Local user binaries"

[[pkg.local-bin.shell.env_init.zsh]]
type = "path_append"
value = "~/.local/bin"