From f5bb986514b01e157ed08746a26983fc5c8dfba8 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Mon, 10 Jul 2017 02:56:30 +0200 Subject: [PATCH] zsh: history: refactor comment + increase history size --- zsh/history.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/history.zsh b/zsh/history.zsh index d711b7a..fe9f41d 100644 --- a/zsh/history.zsh +++ b/zsh/history.zsh @@ -1,4 +1,4 @@ -# History -HISTSIZE=10000 -SAVEHIST=9000 +# ===== History +HISTSIZE=1000000 +SAVEHIST=1000000 HISTFILE=~/.zsh/zsh_history