From ce811fbcbe97a7934dfc0862f538e111c4267634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Mon, 26 Jan 2026 07:32:01 +0100 Subject: zsh: oops why did I export HISTFILE lol --- dot_config/zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/zprofile b/dot_config/zsh/zprofile index a9dbf47..9fdd008 100644 --- a/dot_config/zsh/zprofile +++ b/dot_config/zsh/zprofile @@ -9,7 +9,7 @@ if [ "${HISTSIZE:-30}" = 30 ]; then HISTSIZE=5000 SAVEHIST=10000 fi -export EDITOR HISTFILE PAGER +export EDITOR PAGER setopt nullglob path=(~/bin ~/.local/share/sh ~/.local/*/bin /opt/*/bin {/usr,}{/local,}/{s,}bin) -- cgit v1.2.3