# how many lines to keep in the history FILE
export HISTFILESIZE=500000
# how many lines to keep in memory for this SESSION
# add a timestamp to log entries
HISTTIMEFORMAT="(%m/%d/%y) %T "
# append the history for all terminals
PROMPT_COMMAND="${PROMPT_COMMAND:-:}; history -a"