From 28aacb838bb89298cbb104463908b597e60c344f Mon Sep 17 00:00:00 2001 From: Dollghan <154455178+Dollghan@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:54:56 +0100 Subject: [PATCH] Update alias.py --- radioactive/alias.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioactive/alias.py b/radioactive/alias.py index a6a63fd..ed06070 100644 --- a/radioactive/alias.py +++ b/radioactive/alias.py @@ -9,7 +9,7 @@ def __init__(self): self.alias_map = [] self.found = False - self.alias_path = os.path.join(os.path.expanduser("~"), ".radio-active-alias") + self.alias_path = os.path.join(os.path.expandvars("$XDG_CONFIG_HOME"), "radio-active/radio-active-alias") def write_stations(self, station_map): """Write stations file from generated map"""