From 2918a4ed0104f65a1c14d96b07ea9725bf8cde44 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 11 Jun 2012 15:17:08 +1200 Subject: Improve comment on prompt command. --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/bashrc b/bash/bashrc index caed3242..adac8b2c 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -14,7 +14,7 @@ HISTCONTROL=ignoreboth # Keep the times of the commands in history. HISTTIMEFORMAT='%F %T ' -# Add history entries directly. +# Add history entries immediately, not on exit. PROMPT_COMMAND="history -a; ${PROMPT_COMMAND}" # Don't check for mail all the time, it's irritating. -- cgit v1.2.3