bash: Increase history file size

My zsh history was overwritten by bash, like it used to be before I
setup the bashrc. How did this happen again?
This commit is contained in:
2023-12-01 03:43:06 +01:00
parent 7909d24251
commit 15a95846e5

View File

@@ -1,4 +1,5 @@
HISTFILESIZE=100000
# TODO: Why was zsh_history truncated?
HISTFILESIZE=999999999
if [[ ! -d "${XDG_DATA_HOME:-$HOME/.local/share}"/bash ]]; then
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}"/bash