Skip to content

Commit

Permalink
bash: disable history
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 29, 2024
1 parent 933c54d commit a97e588
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 a97e588

Please sign in to comment.