From 68a909d4ca560f02a095aa79bd98c2e0d71d45b0 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 1 Aug 2022 01:24:33 +0200 Subject: [PATCH] turn off history substitution in case it's been enabled, closes #582 --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 6f6ff7c..1e20460 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -178,6 +178,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # # unset GREP_OPTIONS # export LC_NUMERIC=C +# set +H 2>/dev/null || true # # if ! printf '' | sed -E 's///' 2>/dev/null; then # if printf '' | sed -r 's///' 2>/dev/null; then