diff --git a/start_day.py b/start_day.py index 5faa1f1..bf1cf33 100755 --- a/start_day.py +++ b/start_day.py @@ -10,7 +10,7 @@ import webbrowser YEAR = 2019 CHARMS = { - 'Linux': '/usr/local/bin/charm', + 'Linux': '~/bin/charm', 'Windows': r'C:\somewhere\pycharm64.exe' }