From ab479d917c5629c111eff37e826c2475c6b21726 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 18 Aug 2021 14:29:58 +0200 Subject: [PATCH] increase history --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 10f619e..f16909d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -3,6 +3,9 @@ autoload -U +X compinit && compinit autoload -U +X bashcompinit && bashcompinit autoload -Uz vcs_info +HISTSIZE=100000 +SAVEHIST=100000 + setopt completeinword setopt extended_glob setopt noflowcontrol