dotfiles/dot_zshenv.tmpl
joshii-h b365b26880 Add Gentoo support: per-distro sysup, gitconfig, conditional zshenv
- dot_zshrc.tmpl: add Gentoo sysup() with live tracker (emerge + flatpak)
- dot_gitconfig.tmpl: per-distro user/email (Gentoo: joshii-h)
- dot_zshenv → dot_zshenv.tmpl: source cargo env only if present
- kitty.conf: set shell explicitly to /bin/zsh
- README.md: add Gentoo prerequisites and install instructions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 20:08:55 +01:00

3 lines
88 B
Cheetah

{{- if stat (joinPath .chezmoi.homeDir ".cargo/env") }}
. "$HOME/.cargo/env"
{{- end }}