Skip to content

Commit

Permalink
Merge pull request #198 from carapace-sh/bash-disable-history
Browse files Browse the repository at this point in the history
bash: disable history
  • Loading branch information
rsteube committed May 29, 2024
2 parents a3a0a46 + a97e588 commit 0361609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/actions/bridge/bash.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0361609

Please sign in to comment.