From 0d0079e3dbac5625bb0782d6ce041489b22dd1a5 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 25 Jun 2018 12:48:23 +0200 Subject: Unlimited bash history --- system/.bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/.bashrc') diff --git a/system/.bashrc b/system/.bashrc index 6ec738e..b1c936f 100644 --- a/system/.bashrc +++ b/system/.bashrc @@ -16,8 +16,9 @@ HISTCONTROL=ignoreboth shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE= +HISTFILESIZE= +HISTTIMEFORMAT="[%F %T] " # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. -- cgit v1.2.3