@spaghettiwestern@sh.itjust.works to homeassistant@lemmy.worldEnglish • 2 months agoWhat's your laziest or most ridiculous automation?message-square115fedilinkarrow-up182arrow-down13
arrow-up179arrow-down1message-squareWhat's your laziest or most ridiculous automation?@spaghettiwestern@sh.itjust.works to homeassistant@lemmy.worldEnglish • 2 months agomessage-square115fedilink
minus-squareNatelinkfedilinkEnglish6•2 months agoThis is engrained in my muscle memory and throws me off anytime I use a system without it set
minus-square@PlutoniumAcid@lemmy.worldlinkfedilinkEnglish6•edit-22 months agoalias l=“ls -al” alias cd… =“cd …” alias cd. =“cd …” I’m a monster.
minus-squareCousin MoselinkfedilinkEnglish2•2 months 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.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?