dotfiles/.config/pinentry/preexec

4 lines
106 B
Text
Raw Normal View History

2023-10-24 17:40:53 +02:00
#!/bin/sh
# This essentially overrides the pinentry prompt to use wayprompt.
exec pinentry-wayprompt "$@"