mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
3 lines
106 B
Bash
3 lines
106 B
Bash
#!/bin/sh
|
|
# This essentially overrides the pinentry prompt to use wayprompt.
|
|
exec pinentry-wayprompt "$@"
|