From 72ff95ab8b23c3be1c526579d1726e7c23a54712 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Wed, 2 Nov 2022 19:46:02 -0700 Subject: [PATCH] Comment out the foreground save that led to awful latency --- client/lib/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/config.sh b/client/lib/config.sh index a64d341..6fe2ab2 100644 --- a/client/lib/config.sh +++ b/client/lib/config.sh @@ -24,7 +24,7 @@ function __hishtory_postcommand() { # Run after every prompt (hishtory saveHistoryEntry bash $EXIT_CODE "`history 1`" $HISHTORY_START_TIME &) # Background Run - hishtory saveHistoryEntry bash $EXIT_CODE "`history 1`" $HISHTORY_START_TIME # Foreground Run + # hishtory saveHistoryEntry bash $EXIT_CODE "`history 1`" $HISHTORY_START_TIME # Foreground Run } PROMPT_COMMAND="__hishtory_postcommand; $PROMPT_COMMAND" export HISTTIMEFORMAT=$HISTTIMEFORMAT