jankforlife@lemmy.ml to Programmer Humor@programming.dev · 14 days ago"Cloud" Devsimagemessage-square73linkfedilinkarrow-up1873arrow-down128
arrow-up1845arrow-down1image"Cloud" Devsjankforlife@lemmy.ml to Programmer Humor@programming.dev · 14 days agomessage-square73linkfedilink
minus-squareSpeiser0@feddit.orglinkfedilinkarrow-up2·13 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/
.