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