From 6f099d08de8e7e1948cbcadc85ac0f2950f504b9 Mon Sep 17 00:00:00 2001
From: adrpo <adrpo@20e99eb2-9666-4e79-a4bd-0251279e2d9b>
Date: Fri, 16 Dec 2016 21:49:50 +0000
Subject: [PATCH] - remember all the commands typed in multiple terminals

git-svn-id: https://openmodelica.org/svn/OpenModelicaExternal/trunk@199 20e99eb2-9666-4e79-a4bd-0251279e2d9b
---
 tools/msys/etc/bash.bashrc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/msys/etc/bash.bashrc b/tools/msys/etc/bash.bashrc
index 209c768cec..5f2c658c36 100644
--- a/tools/msys/etc/bash.bashrc
+++ b/tools/msys/etc/bash.bashrc
@@ -20,3 +20,5 @@ PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[35m\]$MSYSTEM\[\e[0m\] \[\e[33m\]\w\[\e
 
 # Uncomment to use the terminal colours set in DIR_COLORS
 # eval "$(dircolors -b /etc/DIR_COLORS)"
+
+export PROMPT_COMMAND='history -a; history -r'
\ No newline at end of file
-- 
GitLab