chore: configure git-age agent

This commit is contained in:
Peter 2024-06-20 21:03:35 +02:00
parent 2c792a85d7
commit 0d80ba36bb
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -4,6 +4,7 @@ export XDG_CACHE_HOME="$HOME/Library/Caches"
export XDG_DATA_HOME="$HOME/Library"
export XDG_STATE_HOME="$HOME/Library/state"
{{- else if eq .chezmoi.os "linux" }}
export GIT_AGE_AGENT_HOST="unix:///run/user/1000/git-age-keyring-agent.sock"
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export XDG_CACHE_HOME=$HOME/.cache
export XDG_DATA_HOME=$HOME/.local/share