From 2ef865b32881f783713bb5ecd4cde7e54bcae35e Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Mon, 4 Mar 2024 10:06:23 +0100 Subject: [PATCH] Move history to .history --- zsh.d/10-environment.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.d/10-environment.zsh b/zsh.d/10-environment.zsh index d32ee39..9fbb1e8 100644 --- a/zsh.d/10-environment.zsh +++ b/zsh.d/10-environment.zsh @@ -10,7 +10,7 @@ LOGD=/var/log ## Vars only for interactive sessions SAVEHIST=10000000 -HISTFILE=~/.zsh_history +HISTFILE=~/.history HISTFILESIZE=10000000 HISTSIZE=10000000