Fabian Peter Hammerle hace 7 años
padre
commit
57d20a33af
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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