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
Currently, nom stores the database adjacent to the configuration file. Would it make sense to move this from os.UserConfigDir() to os.UserCacheDir()? That is, use $XDG_CACHE_HOME instead of $XDG_CONFIG_HOME.
Currently, nom stores the database adjacent to the configuration file. Would it make sense to move this from
os.UserConfigDir()toos.UserCacheDir()? That is, use$XDG_CACHE_HOMEinstead of$XDG_CONFIG_HOME.