From 3f6629d670bd42365006416a6a23fe126f50d66f Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:12:31 -0700 Subject: [PATCH] Update .bashrc --- dot_bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_bashrc b/dot_bashrc index 38c1b3e..a197303 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -2,6 +2,8 @@ # ~/.bashrc # +export HISTFILE="$XDG_STATE_HOME"/bash/history + # If not running interactively, don't do anything [[ $- != *i* ]] && return