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
I didn't bother to do it because initially, the user were not supposed to mess with config file as it is updated by the program. But I see that people do it anyway :D So, I'll add the path expansion on occasion.
[Enhancement]
Can you please add support for ~ expansion in config read?
You can check if path string contains
~
, if soos.path.expanduser(path)
While writing back to the config you can override the ~ with actual home path.
Just trying to make if username independent when installing dots on fresh install..
The text was updated successfully, but these errors were encountered: