Kaynağa Gözat

set $GPG_TTY

Fabian Peter Hammerle 6 yıl önce
ebeveyn
işleme
57d20a33af
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      rc.xsh

+ 3 - 0
rc.xsh

@@ -26,4 +26,7 @@ $RIGHT_PROMPT = '{gitstatus}{env_name: {}}'
 
 import re as re
 
+# required by pinentry-tty when using gpg command:
+$GPG_TTY=$(tty)
+
 # vim: filetype=python