-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Issue summary
When using a tilde to indicate the home directory in the config.toml file, they are not expanded to /home/$USER.
Steps to reproduce
- Create a new config file
- Set the path of data, cache or music to something like ~/.eggplant
- Run Eggplant using this config file
Expected behaviour
Eggplant creates the config files in ~/.eggplant/whatever
Observed behaviour
Eggplant creates a directory in the current working directory named ~, under which is the .eggplant directory.
Latebricoleksnieck