From 671beb4b0e124e4d4ef46eaf4e2a47de2180e9c5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 12 Nov 2024 07:59:50 +0100 Subject: [PATCH] history --- bash/bash/history.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/bash/history.sh b/bash/bash/history.sh index 4a47ba3..59234ad 100644 --- a/bash/bash/history.sh +++ b/bash/bash/history.sh @@ -1,5 +1,5 @@ -HISTCONTROL='ignorespace' +HISTCONTROL="ignorespace" HISTSIZE=-1 -HISTTIMEFORMAT='%Y%m%d %H%M%S ' +HISTTIMEFORMAT="%Y%m%d %H%M%S "