aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/atuin/src/shell/atuin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin/src/shell/atuin.zsh b/crates/atuin/src/shell/atuin.zsh
index be29de27..5f03c817 100644
--- a/crates/atuin/src/shell/atuin.zsh
+++ b/crates/atuin/src/shell/atuin.zsh
@@ -61,7 +61,7 @@ _atuin_search() {
zle reset-prompt
# re-enable bracketed paste
# shellcheck disable=SC2154
- echo ${zle_bracketed_paste[1]} >/dev/tty
+ echo -n ${zle_bracketed_paste[1]} >/dev/tty
if [[ -n $output ]]; then
RBUFFER=""