cm0002@programming.dev to Linux@programming.dev · 3 天前Bash 5.3 Released With Many Improvementswww.phoronix.comexternal-linkmessage-square7fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkBash 5.3 Released With Many Improvementswww.phoronix.comcm0002@programming.dev to Linux@programming.dev · 3 天前message-square7fedilink
minus-squarechonkyninja@lemmy.worldlinkfedilinkEnglisharrow-up0·3 天前What would it possibly need from XDG?
minus-squareRushLana@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up0·2 天前No 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-up0·3 天前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.
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.