From f6d0dcbc8a748ecf7a1d2d85e0c3b5f723544b12 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 1 Dec 2011 06:59:00 -0500 Subject: [PATCH] Add .bashrc.d/05histappend from Gentoo's /etc/bash/bashrc. --- src/.bashrc.d/05histappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/.bashrc.d/05histappend diff --git a/src/.bashrc.d/05histappend b/src/.bashrc.d/05histappend new file mode 100644 index 0000000..19fab78 --- /dev/null +++ b/src/.bashrc.d/05histappend @@ -0,0 +1,5 @@ +if [ "${OS}" != 'Gentoo' ] && [ "${OS}" != 'Gentoo Prefox' ]; then + # Enable history appending instead of overwriting. + # https://bugs.gentoo.org/show_bug.cgi?id=139609 + shopt -s histappend +fi -- 2.26.2