feat: add git-age-keyring-agent socket config
This commit is contained in:
parent
0d80ba36bb
commit
473aebddaa
1 changed files with 8 additions and 1 deletions
|
@ -7,9 +7,16 @@ export LIBVIRT_DEFAULT_URI="qemu:///session"
|
||||||
# Libvirt #
|
# Libvirt #
|
||||||
|
|
||||||
# dotnet #
|
# dotnet #
|
||||||
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=0
|
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
|
||||||
# dotnet #
|
# dotnet #
|
||||||
|
|
||||||
|
# git-age #
|
||||||
|
{{- if eq .chezmoi.os "darwin" }}
|
||||||
|
export GIT_AGE_AGENT_HOST="unix://{{ .chezmoi.homeDir }}/Library/Application Support/git-age-keyring-agent.sock"
|
||||||
|
{{- else if eq .chezmoi.os "linux" }}
|
||||||
|
export GIT_AGE_AGENT_HOST="unix:///run/user/{{ .chezmoi.uid }}/git-age-keyring-agent.sock"
|
||||||
|
{{- end }}
|
||||||
|
# git-age #
|
||||||
|
|
||||||
# Env Programs #
|
# Env Programs #
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
Loading…
Reference in a new issue