Skip to content

Commit 0361609

Browse files
authored
Merge pull request #198 from carapace-sh/bash-disable-history
bash: disable history
2 parents a3a0a46 + a97e588 commit 0361609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/actions/bridge/bash.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
set +o history # turn off history
23

34
COMP_WORDS=($COMP_LINE)
45
if [ "${COMP_LINE: -1}" = " " ]; then

0 commit comments

Comments
 (0)