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