X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2Fdotdrop.git;a=blobdiff_plain;f=dotfiles%2Fshell_bash%2Fbashrc;fp=dotfiles%2Fshell_bash%2Fbashrc;h=9b74341697957240785ee41f0abb9ef9c2b19f5f;hp=8f4328339bf63ecd688dbbfafc6941af4c1fbd19;hb=d5458026c4d8559d883cac11e632ac30b15f3d8f;hpb=063d5156b883e48130e838f65be3eb423a5727aa 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