Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I’ve been using Linux long enough that things moving to the freedesktop specification disrupts my expectations. Plus, it’s not obvious that having to traverse the extra directory is worth it: it’s nice to be able to do vim ~/.prog<tab> and save a couple keystrokes when editing commonly edited config files.


Plus, the backwards compatibility issues of changing standardized pathnames has a pretty high cost in terms of updating existing shell scripts and such.


export XDG_HOME_CONFIG=$HOME


This isn’t a solution, because programs that follow the standard generally don’t create dotfiles.

export XDG_HOME_CONFIG=$HOME/. might work for some broken programs but it would be a hack.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: