From 44a6ca83505010f3b6dae7369f0d4a7815a1e3c4 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Mon, 2 May 2022 13:30:43 +0100 Subject: [PATCH] fix(bash): move bash history to XDG_STATE_HOME --- config/bash/bashrc.d/history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bash/bashrc.d/history b/config/bash/bashrc.d/history index 78113eb..4104c9b 100644 --- a/config/bash/bashrc.d/history +++ b/config/bash/bashrc.d/history @@ -3,7 +3,7 @@ ## vim: ft=sh : # The name of the history file. -HISTFILE=${XDG_DATA_HOME}/bash/history +HISTFILE=${XDG_STATE_HOME}/bash/history # Don't put duplicate lines or lines starting with space in the history. HISTCONTROL=ignoreboth