From 8713076bcd2f450969ad6c0a4ed0d46f3cb031ff Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 16 Aug 2024 18:11:49 +0200 Subject: [PATCH] fix: zsh history file --- home/dotfiles/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dotfiles/.zshrc b/home/dotfiles/.zshrc index fe3e18d..d70d1b8 100644 --- a/home/dotfiles/.zshrc +++ b/home/dotfiles/.zshrc @@ -16,6 +16,7 @@ bindkey "^[[1;5D" backward-word setopt extendedglob _comp_options+=(globdots) +HISTFILE=$XDG_DATA_HOME/.zsh_history HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory -- 2.48.1