From e37c74db15b8e24c980289d26fe7ff6d49d83f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 3 Jul 2023 15:58:21 +0200 Subject: [PATCH] feat(zsh): limit zsh history to 100 --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4075b63..7d11cf6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,6 @@ # zsh history file export HISTFILE="$XDG_STATE_HOME/zsh/history" +export HISTSIZE=100 # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc. # Initialization code that may require console input (password prompts, [y/n]