Hacker News new | ask | show | jobs
by nowahe 1486 days ago
I spend a lot of time remoting into fresh *nix systems, so I also almost don't have any aliases, with one notable exception : ll (aliased to ls -lah).

It's just so engrained into my muscle memory that I do it without thinking about it most of the time.

And the workaround I found for it is adding a macro on my keyboard (through QMK but can be done with anything) that just types out 'alias ll="ls -lah"\n'.