From 62163e2e1722a09c26f66282a12b528774751959 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Mon, 19 Sep 2022 23:18:11 +0200 Subject: [PATCH] Fix gpg.zsh --- zsh/.config/zsh/gpg.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/gpg.zsh b/zsh/.config/zsh/gpg.zsh index 294ae00..bbf85eb 100644 --- a/zsh/.config/zsh/gpg.zsh +++ b/zsh/.config/zsh/gpg.zsh @@ -1,4 +1,4 @@ -if [[ $(lsb_release -si) =~ "^Debian|Ubuntu$" ]]; then +if [[ ! $(lsb_release -si) =~ "^Debian|Ubuntu$" ]]; then export GPG_TTY="$TTY" export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" gpgconf --launch gpg-agent