From d682e91d6dc4915fd4aaa22349ff2b5a32c5be26 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Fri, 4 Apr 2025 17:42:35 +0000 Subject: [PATCH] Move persistent history to more appropriate location --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index be0a596..7497f46 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -31,7 +31,7 @@ export HISTCONTROL="erasedups:ignoreboth" export HISTFILESIZE=-1 export HISTSIZE=-1 -export PERSISTENT_HISTFILE="${HOME}/.persistent_history" +export PERSISTENT_HISTFILE="${HOME}/.history/bash_persistent_history" log_bash_persistent_history() { local rc=$?