jankforlife@lemmy.ml to Programmer Humor@programming.dev · 2 days ago"Cloud" Devslemmy.mlimagemessage-square52fedilinkarrow-up1750arrow-down125
arrow-up1725arrow-down1image"Cloud" Devslemmy.mljankforlife@lemmy.ml to Programmer Humor@programming.dev · 2 days agomessage-square52fedilink
minus-squareSpeiser0@feddit.orglinkfedilinkarrow-up1·5 hours 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/
.