From db114e4bea35480c10e88e1b05fda6b948ae8d7f Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 20 May 2015 20:43:57 +0100 Subject: [PATCH] Changed history tracking. Removed 'mixed' history to 'separate' but still saved. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index ed9bc12..3f953d5 100644 --- a/.bashrc +++ b/.bashrc @@ -41,7 +41,7 @@ export HISTCONTROL=ignoredups:erasedups shopt -s histappend # After each command, save and reload history -export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r" +export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a" #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------