]> git.immae.eu Git - perso/Immae/Config/dotdrop.git/blobdiff - dotfiles/shell_bash/bashrc
Add gnupg configuration
[perso/Immae/Config/dotdrop.git] / dotfiles / shell_bash / bashrc
index 8f4328339bf63ecd688dbbfafc6941af4c1fbd19..9b74341697957240785ee41f0abb9ef9c2b19f5f 100644 (file)
@@ -9,6 +9,7 @@ fi
 # If not running interactively, don't do anything
 [[ $- != *i* ]] && return
 
+export GPG_TTY=$(tty)
 export HISTFILE="$XDG_STATE_HOME/bash/history"
 
 alias vi=vim