this post was submitted on 11 Aug 2025
924 points (98.7% liked)

linuxmemes

26686 readers
1377 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old

    I should add an alias for 'snyc'

    [–] puchaczyk@lemmy.world 11 points 9 hours ago (1 children)

    Precise typing? Do you mean hitting tab?

    [–] bytesonbike@discuss.online 1 points 8 hours ago* (last edited 8 hours ago)

    Tabbing? I just copy and paste my commands from ~~stack overflow~~ AI garbage now.

    [–] LeFantome@programming.dev 7 points 8 hours ago (1 children)

    I just realized that this is somebody’s actual alias list and not just a joke.

    [–] marzhall@lemmy.world 1 points 8 hours ago

    Not as long as OP's, but I've had alias cim=vim for a minute. Brain just don't do it

    [–] Zink@programming.dev 7 points 9 hours ago* (last edited 9 hours ago)

    My preferred alias is

    alias l='ls -latrF'
    

    It's the command line version of setting your file browser to list files with details instead of showing a grid of icons.

    Edit: I did install sl thanks to some of the other comments. Beautiful!

    [–] irelephant@lemmy.dbzer0.com 2 points 8 hours ago

    alias pqsl='psql'

    [–] fossilesque@mander.xyz 19 points 15 hours ago (1 children)
    [–] MTK@lemmy.world 2 points 14 hours ago

    That's really good! 🀣

    [–] daggermoon@lemmy.world 7 points 14 hours ago* (last edited 14 hours ago) (1 children)
    alias arch-update='sudo pacman -Syu && Yay -Syu && flatpak update && sudo freshclam'
    
    [–] vaionko@sopuli.xyz 7 points 13 hours ago (4 children)

    Isn't pacman -Syu redundant if you run yay -Syu afterwards? Also, just yay is the same as yay -Syu

    [–] LeFantome@programming.dev 4 points 9 hours ago (1 children)

    In an alias like this, running pacman first has the advantage that the true Arch packages install completely before any AUR packages that require slow downloads, package compression, or long build steps.

    [–] vaionko@sopuli.xyz 1 points 5 hours ago

    I'm not sure about yay but paru installs them completely first too, before AUR stuff. It literally runs pacman -Syu

    [–] slowcakes@programming.dev 3 points 13 hours ago (1 children)

    Yes but who cares, it works and that is all that matter.

    If you would see my dotfiles, you would see a lot of unnecessary shit, because I don't write them to be perfect, I write something when I realize this would be nice in the moment, and I just do it as I know how to and just leave it, as long as it works.

    [–] daggermoon@lemmy.world 2 points 13 hours ago

    Yes but who cares, it works and that is all that matter.

    This has pretty much been my approach to everything I do lol.

    [–] daggermoon@lemmy.world 2 points 13 hours ago

    Probably. I'll give your way a try. I never really thought about it much after writing it. Thanks!

    [–] MrMcGasion@lemmy.world 1 points 13 hours ago

    It can be, but sometimes packages are removed from the official repos, but still available in AUR, only running yay -Syu will install the AUR versions of dependencies that are no longer needed, and can leave you with a bunch of unnecessary packages from AUR.

    If you run pacman -Syu on its own the unnecessary dependencies will be removed and you won't get the AUR versions, and then yay -Syu will only update things you actually want from AUR.

    [–] moopet@sh.itjust.works 5 points 14 hours ago (1 children)
    [–] oplkill@lemmy.world 6 points 17 hours ago (1 children)
    [–] Valmond@lemmy.world 3 points 14 hours ago

    Windows programmer detected!

    (I was guilty of this so much)

    [–] Atomic@sh.itjust.works 3 points 15 hours ago* (last edited 14 hours ago) (3 children)

    The most useful for me is probably ~~"ln = ls -n"~~

    It's supposed to be "lsn = ls -n".

    [–] d_k_bo@feddit.org 3 points 14 hours ago (1 children)

    I originally had

    alias ll="ls -la"
    

    Now it is

    alias ll="eza --all --long --header --group --time-style=long-iso --git --icons --group-directories-first"
    [–] Opisek@lemmy.world 3 points 15 hours ago (1 children)

    What if you need to create a link?

    [–] Atomic@sh.itjust.works 2 points 14 hours ago

    I mistyped. I have it set as lsn.

    [–] Magnum@lemmy.dbzer0.com 2 points 15 hours ago (1 children)
    [–] Atomic@sh.itjust.works 2 points 14 hours ago (1 children)

    In true accordance to the post. I mistyped. I have it set as lsn.

    [–] Ascend910@lemmy.ml 30 points 1 day ago
    [–] alt_xa_23@lemmy.world 8 points 20 hours ago

    I recently switched to a mechanical keyboard (with linear switches), and it took me a while to stop mistyping every command

    [–] iveseenthat@reddthat.com 31 points 1 day ago* (last edited 1 day ago) (1 children)
    [–] passepartout@feddit.org 14 points 23 hours ago

    ls on smol screen, ls -lah on big screen.

    [–] Flax_vert@feddit.uk 42 points 1 day ago (7 children)
    sudo apt install sl
    

    Thank me later

    load more comments (7 replies)
    [–] sorter_plainview@lemmy.today 152 points 1 day ago (29 children)
    load more comments (29 replies)
    load more comments
    view more: next β€Ί