refactor(nu): simplify getting term width (#4503)

refactor(init,nu): simplify getting term width
This commit is contained in:
Verdayne Graham
2022-10-22 12:17:33 +00:00
committed by GitHub
parent eccd8be17e
commit cdf0d12937
+1 -1
View File
@@ -8,7 +8,7 @@ let-env PROMPT_INDICATOR = ""
let-env PROMPT_COMMAND = {
# jobs are not supported
let width = (term size | get columns | into string)
let width = (term size).columns
^::STARSHIP:: prompt $"--cmd-duration=($env.CMD_DURATION_MS)" $"--status=($env.LAST_EXIT_CODE)" $"--terminal-width=($width)"
}