jankforlife@lemmy.ml to Programmer Humor@programming.dev · 3 days ago"Cloud" Devslemmy.mlexternal-linkmessage-square64fedilinkarrow-up1854arrow-down126
arrow-up1828arrow-down1external-link"Cloud" Devslemmy.mljankforlife@lemmy.ml to Programmer Humor@programming.dev · 3 days agomessage-square64fedilink
minus-squareSpeiser0@feddit.orglinkfedilinkarrow-up2·1 day agoSubdirs of $HOME are used as defaults. So using $HOME alone is not enough. Also, prior to xdg dirs, applications were (many still are) storing their data under $HOME/.myapplication/.
Subdirs of
$HOME
are used as defaults. So using$HOME
alone is not enough. Also, prior to xdg dirs, applications were (many still are) storing their data under$HOME/.myapplication/
.