cm0002@programming.dev to Linux@programming.dev · 1 day agoBash 5.3 Released With Many Improvementswww.phoronix.comexternal-linkmessage-square8fedilinkarrow-up159arrow-down10
arrow-up159arrow-down1external-linkBash 5.3 Released With Many Improvementswww.phoronix.comcm0002@programming.dev to Linux@programming.dev · 1 day agomessage-square8fedilink
minus-squareRushLana@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up20arrow-down2·1 day agoStill no XDG dir support T-T
minus-squarechonkyninja@lemmy.worldlinkfedilinkEnglisharrow-up7·1 day agoWhat would it possibly need from XDG?
minus-squareRushLana@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up6·22 hours agoNo dropping random dot file in my home folder and instead using the well defined xdg directory spec ( .config .local/share .local/state .cache )
minus-squareNostraDavid@programming.devlinkfedilinkarrow-up21·1 day agoHaving all your configuration hidden in ~/.config/, so you can have ~ all to yourself is nice, IMO. Just having a handful of folders (including hidden ones) makes things a little more readable.
Still no XDG dir support T-T
What would it possibly need from XDG?
No dropping random dot file in my home folder and instead using the well defined xdg directory spec ( .config .local/share .local/state .cache )
.config/bash/bashrc
Having all your configuration hidden in
~/.config/
, so you can have~
all to yourself is nice, IMO. Just having a handful of folders (including hidden ones) makes things a little more readable.