jankforlife@lemmy.ml to Programmer Humor@programming.dev · 1 month ago"Cloud" Devslemmy.mlexternal-linkmessage-square61fedilinkarrow-up1467arrow-down117
arrow-up1450arrow-down1external-link"Cloud" Devslemmy.mljankforlife@lemmy.ml to Programmer Humor@programming.dev · 1 month agomessage-square61fedilink
minus-squarerhpp@programming.devlinkfedilinkarrow-up9·1 month agoNah it should be $HOME, not everyone’s home directory is in the default location.
minus-squareSpeiser0@feddit.orglinkfedilinkarrow-up2·1 month agoNah you should use xdg dirs, it’s 2025.
minus-squareHER0@beehaw.orglinkfedilinkarrow-up2·1 month agoMaybe I’m misunderstanding, but as shown in your link, $HOME does not conflict with the XDG Base Directory Specification. It partially relies on $HOME being defined.
Nah it should be $HOME, not everyone’s home directory is in the default location.
~
Nah you should use xdg dirs, it’s 2025.
Maybe I’m misunderstanding, but as shown in your link,
$HOME
does not conflict with the XDG Base Directory Specification. It partially relies on$HOME
being defined.