zenops 0.20.0

Declarative system configuration management for shell config and dotfiles.
1
2
3
4
5
6
7
8
9
10
11
#
# Bash login → .bashrc chain
#

[pkg.bashrc-chain]
when = "bash"
description = "Chain ~/.bashrc from the login profile so login shells inherit interactive config."

[[pkg.bashrc-chain.shell.login_init.bash]]
type = "line"
line = "[ -f ~/.bashrc ] && source ~/.bashrc"