Fixed newline in nushell prompt
This commit is contained in:
parent
0348190b12
commit
4c9762bef1
@ -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)"}]
|
||||
|
Loading…
Reference in New Issue
Block a user