summaryrefslogtreecommitdiff
path: root/dotfiles/shell_bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/shell_bash/bashrc')
-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