You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It defines a standard directory for storing user configuration instead of polluting the home directory with .* files. Many projects have already added support for it. For tup, the config would probably be stored in ${XDG_CONFIG_HOME:-$HOME/.config}/tup/, falling back to ~/.tupoptions.
The text was updated successfully, but these errors were encountered:
Here is the spec
It defines a standard directory for storing user configuration instead of polluting the home directory with
.*
files. Many projects have already added support for it. For tup, the config would probably be stored in${XDG_CONFIG_HOME:-$HOME/.config}/tup/
, falling back to~/.tupoptions
.The text was updated successfully, but these errors were encountered: