fish: add env for gpodder
This commit is contained in:
parent
f37136c653
commit
baa6a284b6
@ -178,10 +178,18 @@ if type -q ksshaskpass
|
||||
set -x SSH_ASKPASS (which ksshaskpass)
|
||||
set -x SUDO_ASKPASS (which ksshaskpass)
|
||||
end
|
||||
|
||||
if type -q gpodder
|
||||
set -x GPODDER_HOME "$XDG_CONFIG_HOME/gpodder"
|
||||
end
|
||||
{{- end }}
|
||||
|
||||
{{- if (eq .chezmoi.hostname "arch") }}
|
||||
if type -q ollama
|
||||
set -x OLLAMA_HOST "10.0.2.1:11434"
|
||||
end
|
||||
|
||||
if type -q gpodder
|
||||
set -x GPODDER_DOWNLOAD_DIR "/mnt/hdd/gpodder"
|
||||
end
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user