Compare commits

..
Author SHA1 Message Date
Kristóf Tóth f575a80bd4 Implement optional delay in bash history command appending 2018-07-03 15:22:29 +02:00
+1 -1
View File
@@ -9,7 +9,7 @@ _precmd()
{ {
[ -z "$AT_PROMPT" ] && return [ -z "$AT_PROMPT" ] && return
unset AT_PROMPT unset AT_PROMPT
history -a [ -z "$TFW_DELAY_HISTAPPEND" ] && history -a
} }
trap _precmd DEBUG trap _precmd DEBUG