chore: configure git-age agent
This commit is contained in:
parent
2c792a85d7
commit
0d80ba36bb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue