From: W. Trevor King Date: Thu, 1 Dec 2011 11:59:00 +0000 (-0500) Subject: Add .bashrc.d/05histappend from Gentoo's /etc/bash/bashrc. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f6d0dcbc8a748ecf7a1d2d85e0c3b5f723544b12;p=dotfiles-public.git Add .bashrc.d/05histappend from Gentoo's /etc/bash/bashrc. --- 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