Added cuomst bash settings file and history date/time for bash commands

This commit is contained in:
2021-01-04 13:24:59 -05:00
parent c438c9c697
commit 828b5849a8

View File

@@ -27,6 +27,12 @@ else
VM="false"
fi
# set custom bash settings system wide
cat <<EOF > /etc/profile.d/gaunt_custom_bash.sh
# set bash history to date and time
export HISTTIMEFORMAT="%F %T "
EOF
# Debian OS
if [ ${OS} == "Debian" ] || [ ${OS} == "Ubuntu" ]; then
# upgrade all packages