_who_am_i=$(whoami|awk '{print $1}') _ID=$(id -u $_who_am_i) if [ "$_ID" > 0 ] then export HISTSIZE=10000 export HISTTIMEFORMAT='%F %T ' export HISTFILE=/var/log/users_historylogs/history-users-$(whoami | awk '{print $1}';exit)-$(date +%F) export PROMPT_COMMAND='history -a' fi