diff options
-rw-r--r-- | etc/bash/rc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |