Skip to content

Commit b797a90

Browse files
committed
[local] Hide the local config folder by default
1 parent ca2c2a9 commit b797a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdgconfig/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def __init__(
159159
autosave: bool = True
160160
) -> None:
161161
super().__init__(
162-
self._base_path.name,
162+
'.' + self._base_path.name,
163163
config_name, autosave=autosave
164164
)
165165

0 commit comments

Comments
 (0)