commit d16aedaf996808336a77a18c0695b4fc89d9b14e from: Omar Polo date: Fri Sep 09 10:14:16 2022 UTC default to gpg, the `gpg2' alias was retired commit - f9b1eaa1638574d50e6c1c822e4f7d34cc0b30e2 commit + d16aedaf996808336a77a18c0695b4fc89d9b14e blob - 7ceb160c6acfe07b96245d761d3c7a38a637895d blob + 6658a795fd28c870b0075166ee904464bd8e933f --- plass +++ plass @@ -29,7 +29,7 @@ my $store = $ENV{'PLASS_STORE'} // $ENV{'HOME'}.'/.pas my $got = $ENV{'PLASS_GOT'} // 'got'; my $tog = $ENV{'PLASS_TOG'} // 'tog'; -my $gpg = $ENV{'PLASS_GPG'} // 'gpg2'; +my $gpg = $ENV{'PLASS_GPG'} // 'gpg'; my @gpg_flags = qw(--quiet --compress-algo=none --no-encrypt-to --use-agent); my $default_chars = $ENV{'PLASS_CHARS'} // '!-~';