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