←back to thread

457 points benoitg | 1 comments | | HN request time: 0.212s | source
Show context
voidUpdate ◴[] No.44365306[source]
Does the speed of your shell matter? Surely the speed of the programs that you're running through your shell matter more. I've never been let down by how fast bash can tell a program to start running

EDIT: oh, i misunderstood, its just the prompt at the start of your shell... I dont think ive ever been annoyed at how fast that renders either

replies(5): >>44365338 #>>44365366 #>>44365392 #>>44365918 #>>44367891 #
1. mlenz ◴[] No.44365338[source]
In this case it‘s about the actual startup time of your shell. When launching a new terminal, starship always need to perform its initialization. If it were slow, I wouldn’t use it because waiting seconds before being able to input anything is kind of annoying. That‘s what they’re referring to.