From 729621cc4411e1f0d08747347a3dce4a374023c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Wed, 2 Aug 2023 08:48:12 +0200 Subject: [PATCH] Add GPG_TTY to config. --- config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.fish b/config.fish index 2ba3a6f..3baa4e2 100644 --- a/config.fish +++ b/config.fish @@ -46,4 +46,6 @@ end # Azure set -g FUNCTIONS_CORE_TOOLS_TELEMETRY_OPTOUT 1 +set -xg GPG_TTY (tty) + ~/.local/bin/oh-my-posh init fish --config https://gitea.typename.fr/mikael.capelle/pwsh-conf/raw/branch/master/theme.omp.json | source