diff options
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/.bashrc b/.config/shell/.bashrc index 39deaf1..10d0a4b 100644 --- a/.config/shell/.bashrc +++ b/.config/shell/.bashrc @@ -70,3 +70,5 @@ for sh in /etc/bash/bashrc.d/* ; do done unset use_color sh + +export HISTFILE="$XDG_STATE_HOME"/shell/history |
