From 6a4573c810b712b9bd7f5bef6a721fb650ef1256 Mon Sep 17 00:00:00 2001 From: lub Date: Tue, 13 Oct 2020 18:51:08 +0200 Subject: [PATCH] increase bash history size --- dotfiles/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index 0eaf86a..b7c4f09 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -5,8 +5,8 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -export HISTSIZE=10000 -export HISTFILESIZE=10000 +export HISTSIZE=100000 +export HISTFILESIZE=100000 export PATH="$HOME/.bin:$PATH" # define a default editor