From dca1111f81e69790a0d08819e710d66d165a76a2 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Mon, 4 Jul 2022 05:11:23 +0200 Subject: [PATCH] Do not limit bash history size --- modules/rhizo_base/files/bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/rhizo_base/files/bashrc b/modules/rhizo_base/files/bashrc index 9c04fbf..649460a 100644 --- a/modules/rhizo_base/files/bashrc +++ b/modules/rhizo_base/files/bashrc @@ -16,3 +16,6 @@ alias l='ls $LS_OPTIONS -lA' alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' + +HISTSIZE= +HISTFILESIZE=