jankforlife@lemmy.ml to Programmer Humor@programming.dev · 3 months ago"Cloud" Devslemmy.mlexternal-linkmessage-square61fedilinkarrow-up1468arrow-down117
arrow-up1451arrow-down1external-link"Cloud" Devslemmy.mljankforlife@lemmy.ml to Programmer Humor@programming.dev · 3 months agomessage-square61fedilink
minus-squaresomerandomperson@lemmy.dbzer0.comlinkfedilinkarrow-up2·3 months ago/home/ what? it needs to be /home/$(whoami)
minus-squarerhpp@programming.devlinkfedilinkarrow-up9·3 months agoNah it should be $HOME, not everyone’s home directory is in the default location.
minus-squareSpeiser0@feddit.orglinkfedilinkarrow-up2·3 months agoNah you should use xdg dirs, it’s 2025.
minus-squareHER0@beehaw.orglinkfedilinkarrow-up2·3 months 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.
/home/ what? it needs to be /home/$(whoami)
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,
$HOMEdoes not conflict with the XDG Base Directory Specification. It partially relies on$HOMEbeing defined.