fish: add env for gpodder

This commit is contained in:
inkch 2025-01-14 15:27:41 +09:00
parent f37136c653
commit baa6a284b6

View File

@ -178,10 +178,18 @@ if type -q ksshaskpass
set -x SSH_ASKPASS (which ksshaskpass) set -x SSH_ASKPASS (which ksshaskpass)
set -x SUDO_ASKPASS (which ksshaskpass) set -x SUDO_ASKPASS (which ksshaskpass)
end end
if type -q gpodder
set -x GPODDER_HOME "$XDG_CONFIG_HOME/gpodder"
end
{{- end }} {{- end }}
{{- if (eq .chezmoi.hostname "arch") }} {{- if (eq .chezmoi.hostname "arch") }}
if type -q ollama if type -q ollama
set -x OLLAMA_HOST "10.0.2.1:11434" set -x OLLAMA_HOST "10.0.2.1:11434"
end end
if type -q gpodder
set -x GPODDER_DOWNLOAD_DIR "/mnt/hdd/gpodder"
end
{{- end }} {{- end }}