1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-06 09:01:30 +02:00

system: Set ‘HISTSIZE’ in default bashrc.

This provides more appropriate defaults for today.  This change affects
/etc/bashrc, /etc/skel/.bashrc, along with ~/.bashrc for Home users.

* gnu/system/shadow.scm (%default-bashrc): Set ‘HISTSIZE’.

Change-Id: I4ffa7ad75c6f39f3f36d5a15ce420eae52e241e5
This commit is contained in:
Ludovic Courtès
2025-09-30 11:26:43 +02:00
parent 3f900442b4
commit 1e89d93158
+3
View File
@@ -172,6 +172,9 @@ for i in /etc/bashrc.d/*.sh; do
[[ -r $i ]] && source \"$i\"
done
unset i
# Increase the history size (default is 500 entries).
HISTSIZE=10000
"))
(define %default-bash-profile