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

programming

297 readers
1 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
[–] insurgentrat@hexbear.net 4 points 6 months ago (1 children)

zsh because it's on everything and have some nice settings, powerlevel9k is easy to use and good.

When I write scripts (rare these days) anything critical is in sh.

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

Just tried it out and it's cool, but zsh doesn't play well with most ttys when you mess with the prompts like that.

Did lead me down a rabbit hole to oh-my-bash though which is pretty nice and runs on regular bash. Even has a powerbash10k theme lol.

Also found ble.sh which adds syntax highlighting and fish/zsh style atocomplete to a bash shell (written in pure bash). It's slow as turds so I just aliased it to make it easy to enable/disable.

Looks like I'm sticking to bash lol

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

Lol, this has all just been a fun weekend diversion. Learned a lot in the process which is really all that matters