From 55e423ec8b457d532660229028b26106c0f070d8 Mon Sep 17 00:00:00 2001 From: ge Date: Sun, 15 Sep 2024 21:34:15 +0300 Subject: [PATCH] larger history --- roles/dotfiles/files/dot.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dotfiles/files/dot.bashrc b/roles/dotfiles/files/dot.bashrc index fe7d2a9..8758c60 100644 --- a/roles/dotfiles/files/dot.bashrc +++ b/roles/dotfiles/files/dot.bashrc @@ -16,8 +16,8 @@ shopt -s autocd shopt -s histappend HISTCONTROL=ignoreboth -HISTSIZE=20000 -HISTFILESIZE=20000 +HISTSIZE=1000000 +HISTFILESIZE=1000000 HISTTIMEFORMAT="%d %b %Y %T %z " if [ "$EUID" -eq 0 ]; then