From d5458026c4d8559d883cac11e632ac30b15f3d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 22 Oct 2018 08:12:12 +0200 Subject: Add gnupg configuration --- dotfiles/shell_bash/bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'dotfiles/shell_bash') diff --git a/dotfiles/shell_bash/bashrc b/dotfiles/shell_bash/bashrc index 8f43283..9b74341 100644 --- a/dotfiles/shell_bash/bashrc +++ b/dotfiles/shell_bash/bashrc @@ -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 -- cgit v1.2.3