mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
fix: Change command duration variable for Ion shell to CMD_DURATION (#911)
This commit is contained in:
parent
cead23edca
commit
2509a79176
@ -4,7 +4,9 @@ fn PROMPT
|
||||
let STARSHIP_ION_STATUS = $?
|
||||
# Save the ION_CMD_DURATION before running any other commands, but after the status since the
|
||||
# duration is not updated during variable assignment
|
||||
let STARSHIP_ION_CMD_DURATION = $ION_CMD_DURATION
|
||||
# Account for variable name change sometime during December 2019 - January 2020
|
||||
let STARSHIP_ION_CMD_DURATION = $or($CMD_DURATION $ION_CMD_DURATION)
|
||||
let STARSHIP_ION_CMD_DURATION = $((STARSHIP_ION_CMD_DURATION * 1000))
|
||||
|
||||
# The STARSHIP between the colons will be replaced with the actual path to the starship executable.
|
||||
# The jobs command outputs to stderr, therefore we need to pipe stderr to `wc -l`.
|
||||
|
Loading…
Reference in New Issue
Block a user