Save history after each command

This commit is contained in:
2016-02-19 16:52:48 +01:00
parent 5b0a9abea1
commit 74cd445bdc

View File

@@ -290,4 +290,7 @@ esac
trap 'title "$BASH_COMMAND"' DEBUG
# save history after each command
PROMPT_COMMAND='history -a'
# vim: ft=sh