jankforlife@lemmy.ml to Programmer Humor@programming.dev · 1 month ago"Cloud" Devslemmy.mlimagemessage-square73fedilinkarrow-up1877arrow-down128
arrow-up1849arrow-down1image"Cloud" Devslemmy.mljankforlife@lemmy.ml to Programmer Humor@programming.dev · 1 month agomessage-square73fedilink
minus-squareSpeiser0@feddit.orglinkfedilinkarrow-up2·30 days 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/
.