run as user fixes

This commit is contained in:
Morten Olsen
2024-10-09 12:27:02 +02:00
parent 034994e398
commit f62c1d7d25
16 changed files with 38 additions and 55 deletions

View File

@@ -11,7 +11,12 @@
format = ssh
[gpg "ssh"]
{% if mac_os %}
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
{% else %}
program = "/opt/1Password/op-ssh-sign"
{% endif %}
{% endif %}
{% if 'replacements' in git %}