summaryrefslogtreecommitdiff
path: root/.local/bin/gpg
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/gpg')
-rwxr-xr-x.local/bin/gpg6
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/gpg b/.local/bin/gpg
new file mode 100755
index 0000000..a28021a
--- /dev/null
+++ b/.local/bin/gpg
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ -n "$FUGITIVE" ]; then
+ set -- --pinentry-mode loopback "$@"
+fi
+exec /usr/bin/gpg "$@"