mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +00:00
refactor(nu): simplify getting term width (#4503)
refactor(init,nu): simplify getting term width
This commit is contained in:
parent
eccd8be17e
commit
cdf0d12937
@ -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)"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user