From 05798dcb67af957ad12b92752bcde0d95bb75ace Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 1 Apr 2026 18:24:15 -0700 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 538344c..57825fe 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,7 +10,8 @@ locations, but also installs dependencies in various ways. I primarily target Debian Linux-based (Debian, Ubuntu, and Kali Linux) systems as well as MacOS. Other platforms are lower priorities. Shell scripts ending in `.sh` should use only POSIX features unless there is a shebang line at the -beginning suggesting a different shell will be used. +beginning suggesting a different shell will be used. In particular, those +in directories with names like bash might use those shells. `zsh` and `fish` are the key interactive shells to be configured, but `bash` may also be used at times.