aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-16 01:29:52 -0300
committerEuAndreh <eu@euandre.org>2022-05-16 01:29:52 -0300
commitc2a8a8786a140b3c6cc830ce0a86afff68477846 (patch)
tree015a61e88d9a215fef9c2480094b3dbf6b5fa8b6 /etc
parentetc/bash/rc: manually load $XDG_CONFIG_HOME/guix/current/etc/profile (diff)
downloaddotfiles-c2a8a8786a140b3c6cc830ce0a86afff68477846.tar.gz
dotfiles-c2a8a8786a140b3c6cc830ce0a86afff68477846.tar.xz
etc/bash/rc: explicitly set $HISTSIZE to -1 to represent the infinite value
Diffstat (limited to 'etc')
-rw-r--r--etc/bash/rc2
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