From 33d77f43551c97bb1e08c267b895411e1d35ca99 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 7 Dec 2024 07:54:18 -0800 Subject: [PATCH] feat: add shell script file extensions to source file detection --- aider/watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.