• Sturgist@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      I’m on Garuda, so I just type

      sudo update
      

      I can still type out pacman -Syu, but nice that I don’t have to.

      • arsCynic@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        2 months ago

        The beauty of Linux is the triviality of creating an alias that runs whatever long or short update command by typing “upd” or “release_the_epstein_files”. E.g., in ~/.bashrc, place:
        alias release_the_epstein_files="sudo pacman -Syu --noconfirm"