this post was submitted on 10 Aug 2025
8 points (100.0% liked)

programming

297 readers
4 users here now

  1. Post about programming, interesting repos, learning to program, etc. Let's try to keep free software posts in the c/libre comm unless the post is about the programming/is to the repo.

  2. Do not doxx yourself by posting a repo that is yours and in any way leads to your personally identifying information. Use reports if necessary to alert mods to a potential doxxing.

  3. Be kind, keep struggle sessions focused on the topic of programming.

founded 2 years ago
MODERATORS
 

Which shells do you guys tend to use the most?

I've been trying to get into fish lately, have also used xonsh because I'm really comfortable with python so why not use that instead of bash and just inject subshells into my python scripts

you are viewing a single comment's thread
view the rest of the comments
[–] Meltyheartlove@hexbear.net 2 points 6 months ago (1 children)

Mostly used bash and sh in the past. zsh for a bit in the middle before going back to bash but now I am on fish shell since almost a year.

[–] invalidusernamelol@hexbear.net 2 points 6 months ago (1 children)

Any major issues besides having to change shebangs from #!/usr/bin/sh to #!/usr/bin/env bash for existing scripts? I'm still not sure I totally get the fish language, it's close enough to bash that I keep wanting to do bash, but different enough that nothing works and I get fun errors lol

[–] Meltyheartlove@hexbear.net 2 points 6 months ago

No clue lol, I haven't written any scripts for fish and lost any previous scripts I had when I switched from arch to cachy which is when I found fish because it was the default.