[#4] Fix issue where .bash_logout is always commented out

Dylan Wilson requested to merge issue-4 into main

Associated issue: #4 (closed).

.bash_logout is always commented out, even if all lines already begin with #. Instead of the file.comment module, we will use the file.managed module and rewrite the file contents to include a single # before all the lines in the file.

Fixes #4 (closed).

Merge request reports