mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
fix(nu): remove -c parameter from term size (#4477)
The -c parameter has been removed through nushell/nushell#6651
This commit is contained in:
@@ -8,7 +8,7 @@ let-env PROMPT_INDICATOR = ""
|
||||
|
||||
let-env PROMPT_COMMAND = {
|
||||
# jobs are not supported
|
||||
let width = (term size -c | get columns | into string)
|
||||
let width = (term size | get columns | into string)
|
||||
^::STARSHIP:: prompt $"--cmd-duration=($env.CMD_DURATION_MS)" $"--status=($env.LAST_EXIT_CODE)" $"--terminal-width=($width)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user