spaghettiwestern@sh.itjust.works to homeassistant@lemmy.worldEnglish · 21 days agoWhat's your laziest or most ridiculous automation?message-squaremessage-square116linkfedilinkarrow-up180arrow-down13
arrow-up177arrow-down1message-squareWhat's your laziest or most ridiculous automation?spaghettiwestern@sh.itjust.works to homeassistant@lemmy.worldEnglish · 21 days agomessage-square116linkfedilink
minus-squareNate@piefed.alphapuggle.devlinkfedilinkEnglisharrow-up6·21 days agoThis is engrained in my muscle memory and throws me off anytime I use a system without it set
minus-squarePlutoniumAcid@lemmy.worldlinkfedilinkEnglisharrow-up6·edit-221 days agoalias l=“ls -al” alias cd… =“cd …” alias cd. =“cd …” I’m a monster.
minus-squareMaestro@fedia.iolinkfedilinkarrow-up3·20 days agocd? Let me introduce you to my lord and savior zoxide
minus-squareMaiq@piefed.sociallinkfedilinkEnglisharrow-up1·edit-221 days ago## ls-o-lot alias lol="tree -aps"
minus-squareCousin Mose@lemmy.hogru.chlinkfedilinkEnglisharrow-up2·20 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
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
-al, heathen.## ls-o-lot alias lol="tree -aps"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?