Y
Hacker News
new
|
ask
|
show
|
jobs
by
williamdclt
362 days ago
The only thing I add is the time (hh:mm:ss), it's often-ish useful to roughly know how long a command has been running for (or how long it took after it completed)
1 comments
jayknight
362 days ago
The `cmd_duration` starship module can additionally tell you how long the previous command took:
https://starship.rs/config/#command-duration
link