Skip to content

Commit

Permalink
We precisely do not want to add quotes here so that all arguments are…
Browse files Browse the repository at this point in the history
… properly passed
  • Loading branch information
pdecat committed Dec 12, 2022
1 parent e98d4c8 commit 30511bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shell/atuin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _atuin_precmd() {
__atuin_history ()
{
tput rmkx
# shellcheck disable=SC2048,SC2086
HISTORY="$(RUST_LOG=error atuin search $* -i -- "${READLINE_LINE}" 3>&1 1>&2 2>&3)"
tput smkx

Expand Down

0 comments on commit 30511bc

Please sign in to comment.