summaryrefslogtreecommitdiffstats
path: root/.claude/CLAUDE.md
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-19 00:07:05 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-19 00:07:05 +0200
commitc299f7f5df199003952f14150025e6a98869a348 (patch)
tree196b3db1949779a1f31771779b4d00b235af8c87 /.claude/CLAUDE.md
parentdf74837de60ed2e05fe8e7552a6e055c0edcbd9e (diff)
downloaddotfiles-c299f7f5df199003952f14150025e6a98869a348.tar.gz
dotfiles-c299f7f5df199003952f14150025e6a98869a348.zip
misc: prefer multi-line bash commands
Diffstat (limited to '.claude/CLAUDE.md')
-rw-r--r--.claude/CLAUDE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md
index a0cb282..6cb5378 100644
--- a/.claude/CLAUDE.md
+++ b/.claude/CLAUDE.md
@@ -9,3 +9,8 @@
# .gitignore
- Never add `.claude` and `.directory` to local `.gitignore`. These patterns are globally ignored.
+
+# Bash
+
+- Format multi-step Bash commands across multiple lines (one logical step per line, `\` continuations, section `echo`
+ separators on their own line) rather than one dense single line. I read commands before approving them.