We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3a0a46 + a97e588 commit 0361609Copy full SHA for 0361609
pkg/actions/bridge/bash.sh
@@ -1,4 +1,5 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
+set +o history # turn off history
3
4
COMP_WORDS=($COMP_LINE)
5
if [ "${COMP_LINE: -1}" = " " ]; then
0 commit comments