diff --git a/bash/.bash_profile b/bash/.bash_profile index 6396869..315e670 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -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"