Modified history prefs for mcfly

This commit is contained in:
Xavier Logerais 2019-03-18 10:27:05 +01:00
parent 0092670a26
commit e32a50b531

View File

@ -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