diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-22 08:12:12 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-22 08:15:05 +0200 |
commit | d5458026c4d8559d883cac11e632ac30b15f3d8f (patch) | |
tree | 4e6570b44c9ea47d3c43937cca2da35c2bfc0cd3 /dotfiles/shell_bash | |
parent | 063d5156b883e48130e838f65be3eb423a5727aa (diff) | |
download | dotdrop-d5458026c4d8559d883cac11e632ac30b15f3d8f.tar.gz dotdrop-d5458026c4d8559d883cac11e632ac30b15f3d8f.tar.zst dotdrop-d5458026c4d8559d883cac11e632ac30b15f3d8f.zip |
Add gnupg configuration
Diffstat (limited to 'dotfiles/shell_bash')
-rw-r--r-- | dotfiles/shell_bash/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
9 | # If not running interactively, don't do anything | 9 | # If not running interactively, don't do anything |
10 | [[ $- != *i* ]] && return | 10 | [[ $- != *i* ]] && return |
11 | 11 | ||
12 | export GPG_TTY=$(tty) | ||
12 | export HISTFILE="$XDG_STATE_HOME/bash/history" | 13 | export HISTFILE="$XDG_STATE_HOME/bash/history" |
13 | 14 | ||
14 | alias vi=vim | 15 | alias vi=vim |