@[email protected] to [email protected] • 20 days agoBash 5.3 Released With Many Improvementswww.phoronix.comexternal-linkmessage-square8fedilinkarrow-up163
arrow-up163external-linkBash 5.3 Released With Many Improvementswww.phoronix.com@[email protected] to [email protected] • 20 days agomessage-square8fedilink
minus-squareNostraDavidlinkfedilink21•20 days 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.
minus-square@[email protected]linkfedilinkEnglish7•20 days agoNo dropping random dot file in my home folder and instead using the well defined xdg directory spec ( .config .local/share .local/state .cache )
Still no XDG dir support T-T
What would it possibly need from XDG?
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..config/bash/bashrc
No dropping random dot file in my home folder and instead using the well defined xdg directory spec ( .config .local/share .local/state .cache )