• 0 Posts
  • 221 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle






  • Where the fuck have you found whatever weird esoteric distribs you are talking about, and why on earth did you went with those? Depending on the answer to the question, I kind of understand how you managed to make Arch “perform poorly” whatever that means in that regard, you need to have at least basic understanding to use Arch (or treat it as an opportunity to learn).
    But you don’t start your experiments with something from third page of Google, at that point you’re an alpha tester.


  • I wasn’t saying that we have everything available for Linux. Not yet, anyway. I was saying that whatever we have there is usually free and very customisable.
    People committing from Windows and especially Mac infrastructure think that since they spent hundreds of dollars on software they use, they will have to do that again if they will swith to Linux. For a lot of people the thought of free software just never crossing the mind


  • I think you are talking about the situation that might be true 15 years ago, vut right now you’ll be hardpressed to find anything that doesn’t work out of the box on any modern distribution. I don’t know what plugins and dependancies don’t work on your machine, but I assure you it’s not a universal experience, far from it.
    Also, most of the software that you use on Linux is free, so you don’t “buy” new couch if your old is built specifically for your old house, you learn to sit on any of the new ones that you can get for free at any moment









  • I have very little experience with fish, but by my first experience zsh was way better at handling wildcard matching, and for me it’s half of the stuff I do. You are trying to open a file and all you remember is that it has some substring in the name probably, you just type some of it, double tab, and you have all the files that match. At the time I was trying it, fish couldn’t do it.


  • Nalivai@discuss.tchncs.detolinuxmemes@lemmy.worldThey caught us
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    7 months ago

    I highly recommend zsh. It takes a moment to setup initially, but you can use oh-my-zsh to just skip that part and use one of the many, many presets, and it supports plugins, of which there are many. It gives you tab support for so many popular commands, you will never need to remember them, and it has a lot of small improvements that makes your terminal life a breath. For example, if you do cd tab in bash, it will give you a list of subdirrectories. If you do the same in zsh, it will give you that list and a cursor that you can use to navigate said list, so instead of typing the dir, you can do cd tab tab tab enter