this post was submitted on 05 Mar 2025
53 points (89.6% liked)

Linux

50838 readers
750 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've done something similiar to this over the years for organization purposes and not having to change much between shells except add a path. You can also add cases that check your shell and do something slightly different if needed.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 day ago (1 children)

I still write most scripts for bash, but for interactive use fish is just so much better out of the box.

[–] [email protected] 3 points 22 hours ago (1 children)

this is my sticking point with fish. I still need to know bash for writing portable scripts, so its hard to justify scripting in fish.

[–] [email protected] 1 points 7 hours ago

that's actually a really good argument for not using either.

Taking a step back discussing shells seems like a never ending hell loop.

Sometimes the only way to win is not to play the game.

Use python and stop being stuck in the distant past.