this post was submitted on 10 Aug 2025
45 points (89.5% liked)
Linux
13226 readers
266 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Install fish
chsh -s /usr/bin/fish
That's all, folks.
I also install starship.
And maybe a Nerd Font
I do use a nerd font also.
I thought it'd have better git prompt out of the box. I guess I have to try it configure.
Default preset or did you try a preset it has different presets on the website.
I just installed it as it is out of the box. What do you suggest for improving git prompt?
Try out the different presets the git prompts may be better.
🫡
Recently tried it and do like
I thought you weren't supposed to use Fish as your login shell directly since it isn't fully POSIX compatible
Scripts who use
#!/bin/share independent of your login shell.They warn about it on their home page, so I assumed using it could bust your system. My bad.
I think they also had harsher wording about this in the past but I might be misremembering...