From 927ebf8db3614b9db9637f8f5abf582e7d2650a8 Mon Sep 17 00:00:00 2001 From: Francois B Date: Mon, 19 Mar 2018 06:27:59 +0100 Subject: [PATCH] history cmd timestamp fixed --- install_functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_functions.sh b/install_functions.sh index e1c785c..6fc7ced 100644 --- a/install_functions.sh +++ b/install_functions.sh @@ -1001,10 +1001,10 @@ function addScreenfetchBashrc () { # # cli history cmd timestamp enable -#FIXME: +# function enableHistoryTS () { typeset ret_code - printf "CLI History TimeStamp enabling " + printf "Enabling CLI History TimeStamp " echo "export HISTTIMEFORMAT='%F %T '" | tee -a /home/$myHomedir/.bashrc &>> $logFile ret_code=$? retCode $ret_code