this post was submitted on 29 Dec 2024
218 points (99.5% liked)

Linux

48823 readers
741 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
you are viewing a single comment's thread
view the rest of the comments
[–] Technus@lemmy.zip 10 points 5 days ago* (last edited 5 days ago) (3 children)

Fish is a great shell, but whenever I SSH into another machine I end up having to do everything in Bash anyway. So the fact that Fish is so different often ends up being a detriment, because it means I have to remember how to do things in two different shells. It was easier to just standardize on Bash.

I might try daily driving it again when this release hits the stable repos, I dunno.

[–] tyler@programming.dev 17 points 4 days ago (1 children)

They call that out as an improvement with the rust switch. You can now just scp a single binary over and have fish without even needing to install it

[–] dino@discuss.tchncs.de 2 points 4 days ago

Interesting, I installed fish on all the machines I work with, but I will look into this.

[–] flubba86@lemmy.world 5 points 4 days ago* (last edited 3 days ago)

Same. That's why I stick with zsh, even though I know Fish has better features, and I would really like to learn fish. I log into many different VMs every day, they all use Bash, some also have zsh. None of them have Fish.

[–] Zykino@programming.dev 1 points 4 days ago

I only have to "quotes" strings that contains globs. The rest mostly work or use the newer/recommanded way to do things for posix shells.

But I must admit, I only use it interactively. For scripts I #!/bin/{,ba}sh. I will use something else once it won some/most the distro preinstalls (either nu, elvish, fish, but for now it's sadly python).