diff --git a/install.py b/install.py index b6f200a..2e9bd7b 100755 --- a/install.py +++ b/install.py @@ -57,7 +57,7 @@ class Installer: ui.info("Generating 'process_list.txt'") with open("process_list.txt", "w") as process_file: - process_file.write("\n".join(self.conf.keys()) + "\n") + process_file.write("# " + "\n# ".join(self.conf.keys()) + "\n") def pretty_path(self, path: Path) -> str: """Put the ~/ back in the path."""