From f033a2190286664445e730493271d7559fe94525 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Tue, 19 Apr 2022 00:10:43 +0200 Subject: [PATCH] todo --- scripts/hooks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/hooks.sh b/scripts/hooks.sh index 5a194c1..b4138ef 100644 --- a/scripts/hooks.sh +++ b/scripts/hooks.sh @@ -1,5 +1,6 @@ __resh_reset_variables() { + # TODO: remove this block __RESH_HISTNO=0 __RESH_HISTNO_MAX="" __RESH_HISTNO_ZERO_LINE="" @@ -9,6 +10,7 @@ __resh_reset_variables() { __RESH_HIST_RECALL_ACTIONS="" __RESH_HIST_NO_PREFIX_MODE=0 __RESH_HIST_RECALL_STRATEGY="" + # end TODO __RESH_RECORD_ID=$(__resh_get_uuid) }