summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-26 07:32:01 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-26 07:32:01 +0100
commitce811fbcbe97a7934dfc0862f538e111c4267634 (patch)
tree14918b23c847d36408916393a9576cfc0ce90b9e
parentzsh: add elevate-cmd and edit-command-line bindings (diff)
zsh: oops why did I export HISTFILE lol
-rw-r--r--dot_config/zsh/zprofile2
1 files changed, 1 insertions, 1 deletions
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)