From bash to zsh and everywhere in between, show me yours and I’ll show you mines. Inspire others or get some feedback.

Simply copy & paste the output of alias in your terminal or add some comments to explain things for others.

Edit: Kbin users, click ‘More’ on a comment and use the fediverse link to read responses that have funky formatting

  • 👁️👄👁️
    link
    English
    28 months ago

    alias upgrade="sudo dnf upgrade --yes && flatpak update && flatpak remove --unused"

    Or something like that, also a dnf remove unused command in there. Writing this from my phone so might be written wrong.