←back to thread

457 points benoitg | 1 comments | | HN request time: 0.214s | 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. Twirrim ◴[] No.44365918[source]
Every single time your prompt appears, your shell is doing something. I've tried using various prompt customising things in the past, but they've almost all been written in shell, and always been palpably slow. To the degree that I've found it irritating and stopped using them.

Starship is the first one that hasn't irritated me, in no small part because it's lightning fast, typically only couple of milliseconds to gather and render the prompt.

This is the first time I've been able to stick with one.