this post was submitted on 19 Feb 2026
77 points (97.5% liked)

homeassistant

18708 readers
46 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Maiq@piefed.social 17 points 2 weeks ago (4 children)
[–] d_k_bo@feddit.org 16 points 2 weeks ago (1 children)
[–] nathan@piefed.alphapuggle.dev 6 points 2 weeks ago

This is engrained in my muscle memory and throws me off anytime I use a system without it set

[–] PlutoniumAcid@lemmy.world 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

alias l="ls -al"
alias cd.. ="cd .."
alias cd. ="cd .."

I'm a monster.

[–] Maestro@fedia.io 3 points 2 weeks ago

cd? Let me introduce you to my lord and savior zoxide

[–] JasonDJ@lemmy.zip 5 points 2 weeks ago (1 children)
[–] Maiq@piefed.social 1 points 2 weeks ago* (last edited 2 weeks ago)
## ls-o-lot  
alias lol="tree -aps"  
[–] undefined@lemmy.hogru.ch 2 points 2 weeks ago

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?