add histfile var to bash

This commit is contained in:
frosty 2024-05-19 02:28:54 -04:00
parent c224a6ab0c
commit 5a06f2769b

View file

@ -1,4 +1,6 @@
# shellcheck disable=SC1091
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment"
export HISTFILE="$XDG_STATE_HOME/bash/history"
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"