diff --git a/.config/nushell/config.nu b/.config/nushell/config.nu index 69e171e..0208765 100644 --- a/.config/nushell/config.nu +++ b/.config/nushell/config.nu @@ -4,4 +4,4 @@ source ~/.config/nushell/alias.nu $env.config.show_banner = false $env.config.history.file_format = "sqlite" $env.config.history.isolation = true -$env.config.hooks.pre_prompt = [{print $"(ansi title)(whoami)@(hostname)(ansi st)"}] +$env.config.hooks.pre_prompt = [{print --no-newline $"(ansi title)(whoami)@(hostname)(ansi st)"}]