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