From c2a8a8786a140b3c6cc830ce0a86afff68477846 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 16 May 2022 01:29:52 -0300 Subject: etc/bash/rc: explicitly set $HISTSIZE to -1 to represent the infinite value --- etc/bash/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/bash') diff --git a/etc/bash/rc b/etc/bash/rc index a70b770..3990ebe 100644 --- a/etc/bash/rc +++ b/etc/bash/rc @@ -24,7 +24,7 @@ if [ -r "$GUIX_PROFILE"/etc/profile ]; then . "$GUIX_PROFILE"/etc/profile fi -HISTSIZE= +HISTSIZE=-1 HISTFILE="$XDG_STATE_HOME/bash-history" HISTCONTROL=ignorespace:ignoredups -- cgit v1.2.3