1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Fix prompt setting in nushell config

This commit is contained in:
RGBCube 2024-07-03 11:13:30 +03:00
parent d13e79f9fb
commit 5384fa9731
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -174,7 +174,7 @@ $env.config.hooks = {
return
}
echo $"(ansi title)($prompt) — nu(char bel)"
print $"(ansi title)($prompt) — nu(char bel)"
}
]
pre_prompt: []