diff options
| -rw-r--r-- | atuin/src/shell/atuin.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin/src/shell/atuin.bash b/atuin/src/shell/atuin.bash index 5feb6d12..5b6a8dec 100644 --- a/atuin/src/shell/atuin.bash +++ b/atuin/src/shell/atuin.bash @@ -158,7 +158,7 @@ __atuin_accept_line() { # so to work for a multiline prompt we need to print it ourselves, # then go to the beginning of the last line. __atuin_evaluate_prompt - printf '%s\r' "$__atuin_prompt" + printf '%s\r%s' "$__atuin_prompt" "$(tput el)" } __atuin_history() { |
