diff --git a/aider/watch.py b/aider/watch.py index 103309505..03e956191 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -10,7 +10,7 @@ from watchfiles import watch from aider.dump import dump # noqa - +# add .zsh, .zshrc. and the various dotfiles for bash, etc ai! def is_source_file(path: Path) -> bool: """ Check if a file is a source file that uses # or // style comments.