From e32a50b531ab8ac4a9c61877999316a83ff5f435 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 18 Mar 2019 10:27:05 +0100 Subject: [PATCH] Modified history prefs for mcfly --- rc.d/mcfly.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/mcfly.bash b/rc.d/mcfly.bash index b596d8d..2dbd9f4 100644 --- a/rc.d/mcfly.bash +++ b/rc.d/mcfly.bash @@ -20,7 +20,7 @@ else fi # Ignore commands with a leading space -export HISTCONTROL="ignorespace" +#export HISTCONTROL="ignorespace" # Append new history items to .bash_history shopt -s histappend