blob: f22c7a8c4e9deea4ac1d361f8c2b90df34b66e38 (
plain)
1
2
3
4
5
6
7
|
--- a/claude-templates/bin/ai
+++ b/claude-templates/bin/ai
@@ build_candidates() {
candidates=()
maybe_add_candidate "$HOME/.emacs.d"
+ maybe_add_candidate "$HOME/.dotfiles"
if [ -d "$HOME/code" ]; then
|