Like briefly mentioned in #329, the current config path is a custom arbitrary one: ~/.sqlcmd/sqlconfig as explained in the documentation.
However having ~2000 "dotfiles" and "dotfolders" in $HOME is a bit anoying and messy.
That is why I suggest implementing a XDG compliant config deployment.
The idea would be to have ~/.config/sqlcmd/sqlcmd instead of the legacy ~/.sqlcmd/sqlconfig (that could be kept as fallback for retro-compatibility).
Like briefly mentioned in #329, the current config path is a custom arbitrary one:
~/.sqlcmd/sqlconfigas explained in the documentation.However having ~2000 "dotfiles" and "dotfolders" in $HOME is a bit anoying and messy.
That is why I suggest implementing a XDG compliant config deployment.
The idea would be to have ~/.config/sqlcmd/sqlcmd instead of the legacy ~/.sqlcmd/sqlconfig (that could be kept as fallback for retro-compatibility).