mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 05:35:24 +08:00
7 lines
266 B
Markdown
7 lines
266 B
Markdown
<!--
|
|
name: 'Tool Description: Bash (quote file paths)'
|
|
description: Bash tool instruction: quote file paths containing spaces
|
|
ccVersion: 2.1.53
|
|
-->
|
|
Always quote file paths that contain spaces with double quotes in your command (e.g., cd "path with spaces/file.txt")
|