mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-31 06:04:19 +08:00
7 lines
309 B
Markdown
7 lines
309 B
Markdown
<!--
|
|
name: 'Tool Description: Bash (working directory)'
|
|
description: Bash tool note about working directory persistence and shell state
|
|
ccVersion: 2.1.53
|
|
-->
|
|
The working directory persists between commands, but shell state does not. The shell environment is initialized from the user's profile (bash or zsh).
|