summaryrefslogtreecommitdiff
path: root/dotfiles/shell_bash
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-22 08:12:12 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-22 08:15:05 +0200
commitd5458026c4d8559d883cac11e632ac30b15f3d8f (patch)
tree4e6570b44c9ea47d3c43937cca2da35c2bfc0cd3 /dotfiles/shell_bash
parent063d5156b883e48130e838f65be3eb423a5727aa (diff)
downloaddotdrop-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/bashrc1
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
12export GPG_TTY=$(tty)
12export HISTFILE="$XDG_STATE_HOME/bash/history" 13export HISTFILE="$XDG_STATE_HOME/bash/history"
13 14
14alias vi=vim 15alias vi=vim