this post was submitted on 10 Aug 2025
46 points (89.7% liked)

Linux

8878 readers
820 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
[–] maxwells_daemon@lemmy.world 27 points 1 day ago* (last edited 1 day ago) (3 children)

Install fish

chsh -s /usr/bin/fish

That's all, folks.

[–] artiman@piefed.social 14 points 1 day ago (2 children)
[–] UnfortunateShort@lemmy.world 9 points 1 day ago* (last edited 1 day ago) (1 children)
[–] artiman@piefed.social 1 points 1 day ago* (last edited 1 day ago)

I do use a nerd font also.

[–] Mihies@programming.dev 3 points 1 day ago (1 children)

I thought it'd have better git prompt out of the box. I guess I have to try it configure.

[–] artiman@piefed.social 3 points 1 day ago* (last edited 1 day ago) (1 children)

Default preset or did you try a preset it has different presets on the website.

[–] Mihies@programming.dev 1 points 1 day ago (1 children)

I just installed it as it is out of the box. What do you suggest for improving git prompt?

[–] artiman@piefed.social 2 points 1 day ago (1 children)

Try out the different presets the git prompts may be better.

[–] LiveLM@lemmy.zip 2 points 1 day ago (1 children)

I thought you weren't supposed to use Fish as your login shell directly since it isn't fully POSIX compatible

[–] darklamer@lemmy.dbzer0.com 4 points 1 day ago (2 children)

Why would your login shell need to be fully POSIX compatible?

[–] LiveLM@lemmy.zip 1 points 14 hours ago

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...

[–] furikuri@programming.dev 2 points 1 day ago (2 children)

This was more of a problem when they didn't support basic POSIX-isms so even basic calls to sh like sh -c 'echo "foo" && echo "bar"' would fail. Less of a problem now but you never know when a random script is going to rely on some obscure POSIX flag

[–] xav@programming.dev 2 points 1 day ago

Scripts who use #!/bin/sh are independent of your login shell.

[–] darklamer@lemmy.dbzer0.com 1 points 22 hours ago

What does any of that have to do with your login shell?

[–] InternetCitizen2@lemmy.world 2 points 1 day ago

Recently tried it and do like