commit 12ad62fdb46a5c0b920e5edc5c5dcd453e732785 from: Omar Polo date: Wed Jun 29 16:32:31 2022 UTC add --use-agent to the gpg2 mix commit - 945f0333b57b269fdbe5bfab1319b6b61264c268 commit + 12ad62fdb46a5c0b920e5edc5c5dcd453e732785 blob - 7084c7936e992d974911e1ee4b9d9b25e13e3f91 blob + 02adf67e5d97711ca4eb776de8e1750450f36616 --- plass +++ plass @@ -30,7 +30,7 @@ my $got = $ENV{'PLASS_GOT'} // 'got'; my $tog = $ENV{'PLASS_TOG'} // 'tog'; my $gpg = $ENV{'PLASS_GPG'} // 'gpg2'; -my @gpg_flags = qw(--quiet --compress-algo=none --no-encrypt-to); +my @gpg_flags = qw(--quiet --compress-algo=none --no-encrypt-to --use-agent); my $default_chars = $ENV{'PLASS_CHARS'} // '!-~'; my $default_length = $ENV{'PLASS_LENGTH'};