@changoteca @renata πŸ€£πŸ’― Guilty. 🀣
@changoteca I do this way more often than I'd like to admit.
@changoteca
ls -Alh
in my case, but yes :-)
@arcaneoverflow @changoteca I have this (also with --color=auto) aliased as ll on all my machines.
@changoteca the humble CTRL+R and CTRL+S: ​​
@thing @changoteca yes, this and using something like fzf's implementation of ctrl-r will definitely reduce the number of key presses
@changoteca
ls -oa is usually all you need.
Or sometimes ls -oart
@changoteca
I was going to reflexively tag dasharez0ne in this, but the 'admin' seems to have fucked off to bsky. So I won't bother.
@changoteca *my shell is a machine...
@changoteca Hahah, but I'm more of a 'history' and '!number' kind of fox
@changoteca
Learning about cntrl+R has done terrible things for my learning command syntax
@changoteca I installed hstr, so I can do text searches for ls -Al, thus saving me the trouble of capitalizing the letter a.

@changoteca @stokori holy fuck I feel called out.

Tho sometimes I finally alias it to ll

@changoteca ha! But in seriousness y’all need @atuin in your life 😁
i have an alias to make it lla

and ls -a is la and ls -l is ll
@changoteca @bigzaphod I feel attacked! 🀣
@changoteca This hits a little too close to home....

@changoteca

$ history | grep 'ls la'
131 ls la
$ !131
la: No such file or directory
$ history | grep 'ls -la'
132 ls -la
$ !132
...