spaghettiwestern@sh.itjust.works to homeassistant@lemmy.worldEnglish · 1 month agoWhat's your laziest or most ridiculous automation?message-squaremessage-square104fedilinkarrow-up174arrow-down13
arrow-up171arrow-down1message-squareWhat's your laziest or most ridiculous automation?spaghettiwestern@sh.itjust.works to homeassistant@lemmy.worldEnglish · 1 month agomessage-square104fedilink
minus-squareNate@piefed.alphapuggle.devlinkfedilinkEnglisharrow-up4·1 month agoThis is engrained in my muscle memory and throws me off anytime I use a system without it set
minus-squarePlutoniumAcid@lemmy.worldlinkfedilinkEnglisharrow-up5·1 month agoalias l=“ls -al” alias cd… =“cd …” alias cd. =“cd …” I’m a monster.
minus-squareMaestro@fedia.iolinkfedilinkarrow-up1·1 month agocd? Let me introduce you to my lord and savior zoxide
minus-squareCousin Mose@lemmy.hogru.chlinkfedilinkEnglisharrow-up2·1 month 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?