diff options
Diffstat (limited to 'src/caelestia/utils/paths.py')
| -rw-r--r-- | src/caelestia/utils/paths.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/caelestia/utils/paths.py b/src/caelestia/utils/paths.py index 923c99c..7581c51 100644 --- a/src/caelestia/utils/paths.py +++ b/src/caelestia/utils/paths.py @@ -15,6 +15,7 @@ c_data_dir = data_dir / "caelestia" c_state_dir = state_dir / "caelestia" c_cache_dir = cache_dir / "caelestia" +user_config_path = c_config_dir / "cli.json" cli_data_dir = Path(__file__).parent.parent / "data" templates_dir = cli_data_dir / "templates" user_templates_dir = c_config_dir / "templates" |