From a97e58848cf829c2868afa9d76be902c565878da Mon Sep 17 00:00:00 2001 From: rsteube Date: Wed, 29 May 2024 08:24:59 +0200 Subject: [PATCH] bash: disable history --- pkg/actions/bridge/bash.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/actions/bridge/bash.sh b/pkg/actions/bridge/bash.sh index 4243846..8674d3b 100755 --- a/pkg/actions/bridge/bash.sh +++ b/pkg/actions/bridge/bash.sh @@ -1,4 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash +set +o history # turn off history COMP_WORDS=($COMP_LINE) if [ "${COMP_LINE: -1}" = " " ]; then