spaghettiwestern@sh.itjust.works to homeassistant@lemmy.worldEnglish · 8 days agoWhat's your laziest or most ridiculous automation?message-squaremessage-square115linkfedilinkarrow-up179arrow-down12
arrow-up177arrow-down1message-squareWhat's your laziest or most ridiculous automation?spaghettiwestern@sh.itjust.works to homeassistant@lemmy.worldEnglish · 8 days agomessage-square115linkfedilink
minus-squareNate@piefed.alphapuggle.devlinkfedilinkEnglisharrow-up6·8 days agoThis is engrained in my muscle memory and throws me off anytime I use a system without it set
minus-squareMaiq@piefed.sociallinkfedilinkEnglisharrow-up1·edit-28 days ago## ls-o-lot alias lol="tree -aps"
minus-squarePlutoniumAcid@lemmy.worldlinkfedilinkEnglisharrow-up5·edit-28 days agoalias l=“ls -al” alias cd… =“cd …” alias cd. =“cd …” I’m a monster.
minus-squareMaestro@fedia.iolinkfedilinkarrow-up3·8 days agocd? Let me introduce you to my lord and savior zoxide
minus-squareCousin Mose@lemmy.hogru.chlinkfedilinkEnglisharrow-up2·8 days agoThis is really common where I work but I don’t understand why. On macOS I’m more likely to use ls -1. Do you need to know permissions or file sizes often?
alias la=“ls -la”
llThis is engrained in my muscle memory and throws me off anytime I use a system without it set
-al, heathen.## ls-o-lot alias lol="tree -aps"alias l=“ls -al”
alias cd… =“cd …”
alias cd. =“cd …”
I’m a monster.
cd? Let me introduce you to my lord and savior zoxide
This is really common where I work but I don’t understand why. On macOS I’m more likely to use
ls -1. Do you need to know permissions or file sizes often?