From 62b609976e547097336cd09970f0b523192cdb5f Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 7 Oct 2014 20:40:38 +0200 Subject: [PATCH] increase HISTSIZE to 200k --- .bashrc_local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc_local b/.bashrc_local index 835c9c7..058cb0e 100644 --- a/.bashrc_local +++ b/.bashrc_local @@ -1,5 +1,5 @@ # remember more commands -HISTSIZE=20000 +HISTSIZE=200000 # add timestamps to history entries HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "