pull/179/head
Simon Let 4 years ago
parent c33db41180
commit f033a21902
No known key found for this signature in database
GPG Key ID: D650C65DD46D431D
  1. 2
      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)
}

Loading…
Cancel
Save