119
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 04 Jan 2025
119 points (98.4% liked)
Linux
48878 readers
904 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
I partly remember the first letter and press arrow up.
I use ZSH shell with oh-my-zsh. It autofills the rest with history at the point you write. So arrow keys make you scroll through the history which is beginning with the thing you wrote
Same with fish.
Fish is even more advanced with this.
But I still prefer ZSH because of shell language being incompatible with fish. I dislike learning that thing, when I have everywhere new Linux shells with bash
This is my boat with fish shell at the moment, like I started learning how to make scripts with it, and I very quickly realized that it's definitely a minority shell, and that it's not worth it to make scripts for, it's missing functionality that normal bash has and has zero functionality with existing Scripts so I'm finding myself having to switch to bash anyway for most scripting.
I never really tried zsh, I might tinker with it if it does have that functionality as that's the part I really like about fish
I also heard that the same functions are also possible in bash with plugins.
Maybe start with "oh-my-bash"?
I'd never replace bash with fish, but it's a great tool for when I don't know or cannot remember a command of argument.