From 9dc556a47baf1e54e2ec2b0525848426a22f3bb7 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 9 Jul 2020 02:11:14 -0400 Subject: .bash_profile: Sync history --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index e2a0b5d..df3ed3b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -28,7 +28,7 @@ export PATH="$HOME/.local/bin:$PATH" # general exports export EDITOR=vim export TERMINAL=urxvt -export PROMPT_COMMAND='cd .; history -a' +export PROMPT_COMMAND='cd .; history -a; history -n;' export HISTSIZE= export HISTFILESIZE= export HISTTIMEFORMAT="%d/%m/%y %T " -- cgit v1.2.3