2022-02-21 19:34:24 -05:00
|
|
|
export XDG_CONFIG_HOME="$HOME/.config"
|
|
|
|
export XDG_DATA_HOME="$HOME/.local/share"
|
|
|
|
export XDG_CACHE_HOME="$HOME/.cache"
|
|
|
|
|
2022-05-17 11:14:57 -04:00
|
|
|
{{- if eq .chezmoi.hostname "amalthea" }}
|
|
|
|
export EDITOR="nano"
|
|
|
|
{{- else }}
|
2022-02-21 19:34:24 -05:00
|
|
|
export EDITOR="kate -n -b"
|
|
|
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
|
|
|
export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"
|
2022-05-17 11:14:57 -04:00
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
2022-02-21 19:34:24 -05:00
|
|
|
|
|
|
|
export GNUPGHOME="$XDG_DATA_HOME"/gnupg
|