Hacker News new | ask | show | jobs
by dinckelman 1025 days ago
You don't need it. But it's just a really good, no-bullshit, customizable prompt, and you can use it with basically any shell you like, drop-in
3 comments

Yeah. I love the default starship and install it on every shell I use, currently PowerShell + fish + bash. It shows me all kinds of useful info like which k8s cluster I'm logged into, which AWS/Azure/GCP account, whether the current directory has uncommitted git changes...
I think I misunderstand what "prompt" is referring to here. What is it?
When you open a new shell, by default it'll say something like `user@hostname: cursor`. Starship lets you change that to whatever you want, but out of the box it hides unnecessary information, and shows you stuff like the your language and package versions, if you're navigated into a git repo, for example. Take a look at it yourself, there's a lot you can do
Does it have async git checks yet?
Based on my experience opening a clone of the nixpkgs repo the other day... I don't think so :)