diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 00:07:05 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 00:07:05 +0200 |
| commit | c299f7f5df199003952f14150025e6a98869a348 (patch) | |
| tree | 196b3db1949779a1f31771779b4d00b235af8c87 | |
| parent | df74837de60ed2e05fe8e7552a6e055c0edcbd9e (diff) | |
| download | dotfiles-c299f7f5df199003952f14150025e6a98869a348.tar.gz dotfiles-c299f7f5df199003952f14150025e6a98869a348.zip | |
misc: prefer multi-line bash commands
| -rw-r--r-- | .claude/CLAUDE.md | 5 |
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. |
