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 #
|
||||
|
||||
# dotnet #
|
||||
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=0
|
||||
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
|
||||
# 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 #
|
||||
export EDITOR=nvim
|
||||
|
|
Loading…
Reference in a new issue