Hacker News new | ask | show | jobs
by 002445 1882 days ago
That seems like a lot of wasted space to me. The benefit of putting it into tmux is it only shows in 1 place. I don't need to see the git branch and folder of the location where I ran my previous commands, I just need to see where I am at right now.
1 comments

Seeing the old time is useful though because it lets you eyeball how long a command took to run even if you forgot to do `time`.
Do you ever need to know how long a command takes? And if you ever need it is it really worth a full line for every command that is ran. And it shows the time that the prompt is printed right? It doesn't show the time your command is executed if I am correct.

I guess you can hit enter before every command is entered to get the correct time but that is a lot of wasted space!

Maybe I'm getting too minimalist but I don't see the benefit to productivity in these over the top prompts.