From c1ec29d0e9f80939fdc5b2917d05eec7be67b716 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 11 May 2024 14:26:05 -0300 Subject: zsh: history variables These values are just stolen from the current settings on macOS (i.e. miniminimini). Not sure why they're present there and not here, but setting history up in your config is normal for zsh! --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 784cbdc..0b12d52 100644 --- a/.zshrc +++ b/.zshrc @@ -28,6 +28,10 @@ device_preconfig # //// zsh configuration //////////////////////////////////////////////////// # +export HISTFILE="$HOME/.zsh_history" +export SAVEHIST=1000 +export HISTSIZE=2000 + autoload -Uz select-word-style select-word-style bash -- cgit 1.3.0-6-gf8a5