From 9e2fafe92b96b63555b2de377d0c32aded2f83eb Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 17 Jan 2017 10:43:29 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- profile.d/fbrehm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile.d/fbrehm.sh b/profile.d/fbrehm.sh index b0275e9..974e477 100644 --- a/profile.d/fbrehm.sh +++ b/profile.d/fbrehm.sh @@ -4,6 +4,8 @@ # Check for bash [ -z "$BASH_VERSION" ] && return +#echo "[$(date --rfc-3339=ns)]: Sourcing /etc/profile.d/fbrehm.sh ..." + # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=50000 HISTFILESIZE=50000 -- 2.39.5